summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-11-02 14:44:04 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2019-11-02 14:50:50 -0500
commitedb7250dcd1fac3f7cac18cf8a21b0f33b9fb3ef (patch)
tree0e9bb05474f8b93162c8e6f90083d7de9b201ff4 /app-crypt/acme/acme-0.39.0.ebuild
parentnet-mail/checkpassword: fix FILESDIR rename (diff)
downloadgentoo-edb7250dcd1fac3f7cac18cf8a21b0f33b9fb3ef.tar.gz
gentoo-edb7250dcd1fac3f7cac18cf8a21b0f33b9fb3ef.tar.bz2
gentoo-edb7250dcd1fac3f7cac18cf8a21b0f33b9fb3ef.zip
app-crypt/acme: 0.39.0 stable amd64/x86 with cleanup
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt/acme/acme-0.39.0.ebuild')
-rw-r--r--app-crypt/acme/acme-0.39.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-0.39.0.ebuild b/app-crypt/acme/acme-0.39.0.ebuild
index 3efe8a99669b..e5015f90babf 100644
--- a/app-crypt/acme/acme-0.39.0.ebuild
+++ b/app-crypt/acme/acme-0.39.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 ~arm64 ~ppc64 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
S=${WORKDIR}/certbot-${PV}/acme
fi