commit: 9609e9bd74494ce290e572acffd23576b243d3e7
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 23 13:08:59 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Jan 23 13:08:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9609e9bd
app-text/pdftk: Stabilize 3.3.2 x86, #831889
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
app-text/pdftk/pdftk-3.3.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-text/pdftk/pdftk-3.3.2.ebuild
b/app-text/pdftk/pdftk-3.3.2.ebuild
index 01bda985c416..be04f5006b54 100644
--- a/app-text/pdftk/pdftk-3.3.2.ebuild
+++ b/app-text/pdftk/pdftk-3.3.2.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
@@ -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 ~arm64 ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
S="${WORKDIR}/pdftk-v${PV}"
fi