summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2018-07-14 14:13:51 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2018-07-14 14:16:06 -0500
commit9baee1608d8a3ee3c15015cc881cfde6c9e2eb28 (patch)
treea76e04851553c70a47ab45431e85ccf3099c0348 /app-crypt/acme/acme-0.25.1.ebuild
parentapp-crypt/certbot: cleanup (diff)
downloadgentoo-9baee1608d8a3ee3c15015cc881cfde6c9e2eb28.tar.gz
gentoo-9baee1608d8a3ee3c15015cc881cfde6c9e2eb28.tar.bz2
gentoo-9baee1608d8a3ee3c15015cc881cfde6c9e2eb28.zip
app-crypt/acme: 0.25.1 stable amd64 and x86 with cleanup
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-crypt/acme/acme-0.25.1.ebuild')
-rw-r--r--app-crypt/acme/acme-0.25.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-0.25.1.ebuild b/app-crypt/acme/acme-0.25.1.ebuild
index 7c82dc6d67c0..22d7a99daa29 100644
--- a/app-crypt/acme/acme-0.25.1.ebuild
+++ b/app-crypt/acme/acme-0.25.1.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