diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-09-05 14:14:30 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-09-05 14:14:30 +0200 |
commit | 9c1a38f9b70975b264d593b024915485e5b7345c (patch) | |
tree | 2793a1d955c49068dae9adeaa278425b55a81e42 /app-text | |
parent | app-text/pdftk: Make ebuild a bit more flexible; add release ebuild (diff) | |
download | gentoo-9c1a38f9b70975b264d593b024915485e5b7345c.tar.gz gentoo-9c1a38f9b70975b264d593b024915485e5b7345c.tar.bz2 gentoo-9c1a38f9b70975b264d593b024915485e5b7345c.zip |
app-text/pdftk: Re-add keywords as far as possible
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pdftk/pdftk-3.0.0.ebuild | 2 | ||||
-rw-r--r-- | app-text/pdftk/pdftk-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-text/pdftk/pdftk-3.0.0.ebuild b/app-text/pdftk/pdftk-3.0.0.ebuild index c07263f6856d..439285946424 100644 --- a/app-text/pdftk/pdftk-3.0.0.ebuild +++ b/app-text/pdftk/pdftk-3.0.0.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="" + KEYWORDS="~amd64 ~x86" S="${WORKDIR}/pdftk-v${PV}" fi diff --git a/app-text/pdftk/pdftk-9999.ebuild b/app-text/pdftk/pdftk-9999.ebuild index c07263f6856d..439285946424 100644 --- a/app-text/pdftk/pdftk-9999.ebuild +++ b/app-text/pdftk/pdftk-9999.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="" + KEYWORDS="~amd64 ~x86" S="${WORKDIR}/pdftk-v${PV}" fi |