summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2022-04-02 22:12:32 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2022-04-02 22:18:59 -0500
commit98af3ead4026e19a2d5695d91ea667d9036a7d1d (patch)
tree0fad9afdecfd1d6796b749ec4fbcfdddb3e89cff
parentnet-ftp/tftp-hpa: adapt to iputils tftpd removal (diff)
downloadgentoo-98af3ead.tar.gz
gentoo-98af3ead.tar.bz2
gentoo-98af3ead.zip
app-crypt/acme: 1.24.0 stable amd64 / x86
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r--app-crypt/acme/acme-1.24.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-1.24.0.ebuild b/app-crypt/acme/acme-1.24.0.ebuild
index 1d353f46ad14..d0b11ae153a4 100644
--- a/app-crypt/acme/acme-1.24.0.ebuild
+++ b/app-crypt/acme/acme-1.24.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