summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-07-09 15:49:38 +0200
committerManuel Rüger <mrueg@gentoo.org>2016-07-09 15:49:38 +0200
commit6f6d2522d50577ba6fc6b058c66149e60672a0fd (patch)
treebda605a1beeb49aebaf1c6f9245ab84bf78d156a /app-crypt/acme/acme-0.8.1.ebuild
parentapp-crypt/certbot: Version bump to 0.8.1 (diff)
downloadgentoo-6f6d2522d50577ba6fc6b058c66149e60672a0fd.tar.gz
gentoo-6f6d2522d50577ba6fc6b058c66149e60672a0fd.tar.bz2
gentoo-6f6d2522d50577ba6fc6b058c66149e60672a0fd.zip
app-crypt/acme: Keyword ~x86
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-crypt/acme/acme-0.8.1.ebuild')
-rw-r--r--app-crypt/acme/acme-0.8.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/acme/acme-0.8.1.ebuild b/app-crypt/acme/acme-0.8.1.ebuild
index 83cda3c5be1a..4a059c79f7c3 100644
--- a/app-crypt/acme/acme-0.8.1.ebuild
+++ b/app-crypt/acme/acme-0.8.1.ebuild
@@ -8,11 +8,11 @@ PYTHON_COMPAT=(python{2_7,3_4,3_5})
if [[ ${PV} == 9999* ]]; then
EGIT_REPO_URI="https://github.com/certbot/certbot.git"
inherit git-r3
- KEYWORDS=""
+ KEYWORDS="~x86"
S=${WORKDIR}/${P}/${PN}
else
SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> certbot-${PV}.tar.gz"
- KEYWORDS="~amd64 ~arm"
+ KEYWORDS="~amd64 ~arm ~x86"
S=${WORKDIR}/certbot-${PV}/acme
fi