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-9999.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-9999.ebuild')
-rw-r--r--app-crypt/acme/acme-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild
index 4d1249657b7e..a93f37fd419d 100644
--- a/app-crypt/acme/acme-9999.ebuild
+++ b/app-crypt/acme/acme-9999.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == 9999* ]]; then
S=${WORKDIR}/${P}/${PN}
else
SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> letsencrypt-${PV}.tar.gz"
- KEYWORDS="~amd64 ~arm"
+ KEYWORDS="~amd64 ~arm ~x86"
S=${WORKDIR}/certbot-${PV}/acme
fi