diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2021-01-05 12:55:40 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-01-05 14:13:53 +0000 |
commit | e24c8415c134171f9d290d650d486a2b531e8585 (patch) | |
tree | f7c7c476d041bb637ad0e94ee25321e9ff7a7e3b /app-text/qpdf | |
parent | app-emulation/virt-manager: fix dependency typo in -9999 (diff) | |
download | gentoo-e24c8415c134171f9d290d650d486a2b531e8585.tar.gz gentoo-e24c8415c134171f9d290d650d486a2b531e8585.tar.bz2 gentoo-e24c8415c134171f9d290d650d486a2b531e8585.zip |
app-text/qpdf: stable 10.0.4 for hppa, bug #756022
Package-Manager: Portage-3.0.12, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-text/qpdf')
-rw-r--r-- | app-text/qpdf/qpdf-10.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/qpdf/qpdf-10.0.4.ebuild b/app-text/qpdf/qpdf-10.0.4.ebuild index 1b4a64c53423..b39294df3f29 100644 --- a/app-text/qpdf/qpdf-10.0.4.ebuild +++ b/app-text/qpdf/qpdf-10.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 )" |