diff options
author | Sam James <sam@gentoo.org> | 2023-03-22 05:25:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-22 05:25:17 +0000 |
commit | bdc206e6f0558d8e519a50d863ebc87c15835f5a (patch) | |
tree | 7a0c9cb64a1ce3b8653d50fe8e7fefd3736acdc2 /dev-tex | |
parent | dev-tex/glossaries: Stabilize 4.52 ppc64, #902657 (diff) | |
download | gentoo-bdc206e6f0558d8e519a50d863ebc87c15835f5a.tar.gz gentoo-bdc206e6f0558d8e519a50d863ebc87c15835f5a.tar.bz2 gentoo-bdc206e6f0558d8e519a50d863ebc87c15835f5a.zip |
dev-tex/latexdiff: Stabilize 1.3.3 ppc, #902659
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/latexdiff/latexdiff-1.3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tex/latexdiff/latexdiff-1.3.3.ebuild b/dev-tex/latexdiff/latexdiff-1.3.3.ebuild index d7097100bdd9..67e15bd810e1 100644 --- a/dev-tex/latexdiff/latexdiff-1.3.3.ebuild +++ b/dev-tex/latexdiff/latexdiff-1.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" fi LICENSE="GPL-3" |