commit: 6f6d2522d50577ba6fc6b058c66149e60672a0fd
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 9 13:49:38 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Jul 9 13:49:38 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f6d2522
app-crypt/acme: Keyword ~x86
Package-Manager: portage-2.3.0
app-crypt/acme/acme-0.8.1.ebuild | 4 ++--
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 83cda3c..4a059c7 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 4d12496..a93f37f 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