diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-07-09 15:49:38 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-07-09 15:49:38 +0200 |
commit | 6f6d2522d50577ba6fc6b058c66149e60672a0fd (patch) | |
tree | bda605a1beeb49aebaf1c6f9245ab84bf78d156a /app-crypt/acme | |
parent | app-crypt/certbot: Version bump to 0.8.1 (diff) | |
download | gentoo-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')
-rw-r--r-- | app-crypt/acme/acme-0.8.1.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/acme/acme-9999.ebuild | 2 |
2 files changed, 3 insertions, 3 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 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 |