diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-02-18 20:01:18 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-02-18 20:01:18 +0000 |
commit | 03575a5b644f8a8ea176a08aca54917935aaa193 (patch) | |
tree | 35ab9ad959c8d8c6e0ca12a803c8dcb0bf633f7c /app-text/pdftk | |
parent | app-text/docx2txt: keyworded 1.4 for ppc64 (diff) | |
download | gentoo-03575a5b644f8a8ea176a08aca54917935aaa193.tar.gz gentoo-03575a5b644f8a8ea176a08aca54917935aaa193.tar.bz2 gentoo-03575a5b644f8a8ea176a08aca54917935aaa193.zip |
app-text/pdftk: keyworded 3.0.8 for ppc64
keyworded wrt bug #769956
Package-Manager: Portage-3.0.14, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-text/pdftk')
-rw-r--r-- | app-text/pdftk/pdftk-3.0.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/pdftk/pdftk-3.0.8.ebuild b/app-text/pdftk/pdftk-3.0.8.ebuild index ed8e3f4b3a5f..21f0c92265ce 100644 --- a/app-text/pdftk/pdftk-3.0.8.ebuild +++ b/app-text/pdftk/pdftk-3.0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 ~x86" + KEYWORDS="~amd64 ~ppc64 ~x86" S="${WORKDIR}/pdftk-v${PV}" fi |