summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2021-09-03 09:39:55 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2021-09-03 09:43:00 -0500
commit01800571b1437c23f1d6dd386b256e8816bfc4d3 (patch)
tree8f58d8adb39af4801de4e9e37a79542be6c08945 /app-crypt/acme
parentdev-python/tomli: add 1.2.1 (diff)
downloadgentoo-01800571b1437c23f1d6dd386b256e8816bfc4d3.tar.gz
gentoo-01800571b1437c23f1d6dd386b256e8816bfc4d3.tar.bz2
gentoo-01800571b1437c23f1d6dd386b256e8816bfc4d3.zip
app-crypt/acme: 1.18.0 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt/acme')
-rw-r--r--app-crypt/acme/acme-1.18.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-1.18.0-r1.ebuild b/app-crypt/acme/acme-1.18.0-r1.ebuild
index 7c666ebed1ff..422faf2cf376 100644
--- a/app-crypt/acme/acme-1.18.0-r1.ebuild
+++ b/app-crypt/acme/acme-1.18.0-r1.ebuild
@@ -14,7 +14,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