summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2022-07-07 11:05:02 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2022-07-07 11:10:04 -0500
commit85ff620a32bb73813e9963e7a8e7b4d162ba8519 (patch)
tree3d80f7c92cdb4bd1d3195a0c65f4ac1cd971a5c6 /app-crypt/acme
parentapp-crypt/acme: 1.29.0 bump (diff)
downloadgentoo-85ff620a32bb73813e9963e7a8e7b4d162ba8519.tar.gz
gentoo-85ff620a32bb73813e9963e7a8e7b4d162ba8519.tar.bz2
gentoo-85ff620a32bb73813e9963e7a8e7b4d162ba8519.zip
app-crypt/acme: 1.28.0 stable amd64/x86
Package-Manager: Portage-3.0.30, 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.28.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-1.28.0.ebuild b/app-crypt/acme/acme-1.28.0.ebuild
index be518d606627..da63ed453043 100644
--- a/app-crypt/acme/acme-1.28.0.ebuild
+++ b/app-crypt/acme/acme-1.28.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