summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2022-03-09 21:20:38 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2022-03-09 21:22:04 -0600
commit6c996b3d82204b254c6ba0e2fe8ff423c4d30b01 (patch)
treed03658a7c24b8be0ab7b7418304200eee7cf0af6 /app-crypt
parentapp-crypt/acme: 1.23.0 stable amd64/x86 (diff)
downloadgentoo-6c996b3d82204b254c6ba0e2fe8ff423c4d30b01.tar.gz
gentoo-6c996b3d82204b254c6ba0e2fe8ff423c4d30b01.tar.bz2
gentoo-6c996b3d82204b254c6ba0e2fe8ff423c4d30b01.zip
app-crypt/certbot: 1.23.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')
-rw-r--r--app-crypt/certbot/certbot-1.23.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot/certbot-1.23.0.ebuild b/app-crypt/certbot/certbot-1.23.0.ebuild
index 6b386aa4675a..08785c973b2a 100644
--- a/app-crypt/certbot/certbot-1.23.0.ebuild
+++ b/app-crypt/certbot/certbot-1.23.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then
inherit git-r3
else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
fi
S=${WORKDIR}/${P}/${PN}