diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-06-25 09:04:45 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-06-25 09:04:45 +0200 |
commit | 577b2c1e2acd1b2a96c6612144d8b69d6830e468 (patch) | |
tree | b3c085693dcb26a10c2d77d097fdc132e3781d80 /dev-tex | |
parent | sci-geosciences/laszip: amd64 stable wrt bug #688492 (diff) | |
download | gentoo-577b2c1e2acd1b2a96c6612144d8b69d6830e468.tar.gz gentoo-577b2c1e2acd1b2a96c6612144d8b69d6830e468.tar.bz2 gentoo-577b2c1e2acd1b2a96c6612144d8b69d6830e468.zip |
dev-tex/latexmk: amd64 stable wrt bug #688590
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/latexmk/latexmk-456.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tex/latexmk/latexmk-456.ebuild b/dev-tex/latexmk/latexmk-456.ebuild index 19b2d48eef83..28f017a30167 100644 --- a/dev-tex/latexmk/latexmk-456.ebuild +++ b/dev-tex/latexmk/latexmk-456.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="http://www.phys.psu.edu/~collins/software/latexmk/${P}.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" RDEPEND="virtual/latex-base dev-lang/perl" |