summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2021-07-03 14:50:01 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2021-07-03 14:52:28 -0500
commit09737741bfa5ae8a07cc059ceca07554b5acb822 (patch)
treee569c473385b05771a30108dcee458056ec5f9bf /app-crypt/acme
parentmedia-plugins/kodi-pvr-filmon: 6.1.1 version bump (diff)
downloadgentoo-09737741bfa5ae8a07cc059ceca07554b5acb822.tar.gz
gentoo-09737741bfa5ae8a07cc059ceca07554b5acb822.tar.bz2
gentoo-09737741bfa5ae8a07cc059ceca07554b5acb822.zip
app-crypt/acme: 1.16.0 stable amd64/x86
Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt/acme')
-rw-r--r--app-crypt/acme/acme-1.16.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-1.16.0.ebuild b/app-crypt/acme/acme-1.16.0.ebuild
index 6e86a07321fd..37a6145366aa 100644
--- a/app-crypt/acme/acme-1.16.0.ebuild
+++ b/app-crypt/acme/acme-1.16.0.ebuild
@@ -11,7 +11,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