diff options
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/latexmk/latexmk-470b.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tex/latexmk/latexmk-470b.ebuild b/dev-tex/latexmk/latexmk-470b.ebuild index 78e68eeaf3c8..590510a61fc0 100644 --- a/dev-tex/latexmk/latexmk-470b.ebuild +++ b/dev-tex/latexmk/latexmk-470b.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://personal.psu.edu/~jcc8/software/${PN}/${P}.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos" RDEPEND="virtual/latex-base dev-lang/perl" |