summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2021-07-18 08:35:05 +0200
committerAgostino Sarubbo <ago@gentoo.org>2021-07-18 08:35:05 +0200
commitd4c6f70813632866b655108366a9042c440c38ec (patch)
treeface9f2caea83a6a633fc2bc383ba47f561a3726 /app-text/pdftk
parentapp-text/docx2txt: x86 stable wrt bug #801652 (diff)
downloadgentoo-d4c6f70813632866b655108366a9042c440c38ec.tar.gz
gentoo-d4c6f70813632866b655108366a9042c440c38ec.tar.bz2
gentoo-d4c6f70813632866b655108366a9042c440c38ec.zip
app-text/pdftk: x86 stable wrt bug #801652
Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-text/pdftk')
-rw-r--r--app-text/pdftk/pdftk-3.2.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/pdftk/pdftk-3.2.2.ebuild b/app-text/pdftk/pdftk-3.2.2.ebuild
index b21ad2a678f4..76a67b2ad73f 100644
--- a/app-text/pdftk/pdftk-3.2.2.ebuild
+++ b/app-text/pdftk/pdftk-3.2.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://gitlab.com/pdftk-java/pdftk/"
else
SRC_URI="https://gitlab.com/pdftk-java/pdftk/-/archive/v${PV}/pdftk-v${PV}.tar.bz2"
- KEYWORDS="amd64 ~ppc64 ~x86"
+ KEYWORDS="amd64 ~ppc64 x86"
S="${WORKDIR}/pdftk-v${PV}"
fi