summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2017-11-01 23:18:21 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2017-11-01 23:28:14 -0500
commitc396c663e08be192366795f1126f2eab2ff23431 (patch)
treefd47568dcbf5c366a919b5d617b66cf6d9166fb9 /app-crypt/acme
parentdev-python/pyrfc3339: 1.0 stable amd64 and x86 (diff)
downloadgentoo-c396c663e08be192366795f1126f2eab2ff23431.tar.gz
gentoo-c396c663e08be192366795f1126f2eab2ff23431.tar.bz2
gentoo-c396c663e08be192366795f1126f2eab2ff23431.zip
app-crypt/acme: 0.19.0 stable amd64 and x86
Package-Manager: Portage-2.3.8, Repoman-2.3.4
Diffstat (limited to 'app-crypt/acme')
-rw-r--r--app-crypt/acme/acme-0.19.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-0.19.0.ebuild b/app-crypt/acme/acme-0.19.0.ebuild
index a8fc5d0ba458..13f5e31382c3 100644
--- a/app-crypt/acme/acme-0.19.0.ebuild
+++ b/app-crypt/acme/acme-0.19.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then
S=${WORKDIR}/${P}/${PN}
else
SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> certbot-${PV}.tar.gz"
- KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+ KEYWORDS="amd64 ~arm ~ppc64 x86"
S=${WORKDIR}/certbot-${PV}/acme
fi