summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2021-12-05 11:52:30 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2021-12-05 11:54:36 -0600
commitdfdb2d51cb784b0edb8f7c25afabbfc85f1d2334 (patch)
treeb3f3a79965ed9057291b4213ad8ac025d1ab3e87 /app-crypt
parentapp-emulation/diskimage-builder: 3.16.0 bump (diff)
downloadgentoo-dfdb2d51cb784b0edb8f7c25afabbfc85f1d2334.tar.gz
gentoo-dfdb2d51cb784b0edb8f7c25afabbfc85f1d2334.tar.bz2
gentoo-dfdb2d51cb784b0edb8f7c25afabbfc85f1d2334.zip
app-crypt/acme: 1.21.0 stable amd64/x86
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/acme/acme-1.21.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-1.21.0.ebuild b/app-crypt/acme/acme-1.21.0.ebuild
index 0893747ea29d..ea5170d5a8c6 100644
--- a/app-crypt/acme/acme-1.21.0.ebuild
+++ b/app-crypt/acme/acme-1.21.0.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 ~riscv ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
S=${WORKDIR}/certbot-${PV}/acme
fi