diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2018-07-05 18:31:20 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-07-05 19:32:21 +0100 |
commit | c5ea1c259db45cc96bcac10f581c5952a74c69aa (patch) | |
tree | 5557b0a1d2f25930836900067997519f4e586052 /dev-tex | |
parent | dev-perl/Pod-LaTeX: stable 0.610.0 for sparc (diff) | |
download | gentoo-c5ea1c259db45cc96bcac10f581c5952a74c69aa.tar.gz gentoo-c5ea1c259db45cc96bcac10f581c5952a74c69aa.tar.bz2 gentoo-c5ea1c259db45cc96bcac10f581c5952a74c69aa.zip |
dev-tex/latexdiff: stable 1.2.1 for sparc
Bug: https://bugs.gentoo.org/659494
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/latexdiff/latexdiff-1.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tex/latexdiff/latexdiff-1.2.1.ebuild b/dev-tex/latexdiff/latexdiff-1.2.1.ebuild index e9db7ad5585a..e0f6ef9dbd57 100644 --- a/dev-tex/latexdiff/latexdiff-1.2.1.ebuild +++ b/dev-tex/latexdiff/latexdiff-1.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="https://github.com/ftilmann/latexdiff.git" else SRC_URI="https://github.com/ftilmann/latexdiff/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" fi LICENSE="GPL-3" |