diff options
Diffstat (limited to 'app-text/qpdf/qpdf-11.7.0.ebuild')
-rw-r--r-- | app-text/qpdf/qpdf-11.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/qpdf/qpdf-11.7.0.ebuild b/app-text/qpdf/qpdf-11.7.0.ebuild index 56334002fb80..5a9e68e65f40 100644 --- a/app-text/qpdf/qpdf-11.7.0.ebuild +++ b/app-text/qpdf/qpdf-11.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,7 +23,7 @@ SRC_URI=" LICENSE="|| ( Apache-2.0 Artistic-2 )" # Subslot for libqpdf soname version (just represent via major version) SLOT="0/$(ver_cut 1)" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="doc examples gnutls test" RESTRICT="!test? ( test )" |