diff options
author | Sam James <sam@gentoo.org> | 2021-04-18 02:59:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 02:59:36 +0000 |
commit | b11d7d2275be06201ba2739659a6f6dbbe1da1e8 (patch) | |
tree | ba821ef68d3ca97bc1f67941b66f6e82f275e698 /app-text | |
parent | app-text/qpdf: Stabilize 10.1.0 arm, #769092 (diff) | |
download | gentoo-b11d7d2275be06201ba2739659a6f6dbbe1da1e8.tar.gz gentoo-b11d7d2275be06201ba2739659a6f6dbbe1da1e8.tar.bz2 gentoo-b11d7d2275be06201ba2739659a6f6dbbe1da1e8.zip |
app-text/qpdf: Stabilize 10.1.0 arm64, #769092
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/qpdf/qpdf-10.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/qpdf/qpdf-10.1.0.ebuild b/app-text/qpdf/qpdf-10.1.0.ebuild index 1afaceb75d5e..da30b1934de3 100644 --- a/app-text/qpdf/qpdf-10.1.0.ebuild +++ b/app-text/qpdf/qpdf-10.1.0.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/qpdf/${P}.tar.gz" LICENSE="|| ( Apache-2.0 Artistic-2 )" # subslot = libqpdf soname version SLOT="0/28" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris" IUSE="doc examples libressl ssl test" RESTRICT="!test? ( test )" |