diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-03-09 21:20:38 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-03-09 21:22:04 -0600 |
commit | 6c996b3d82204b254c6ba0e2fe8ff423c4d30b01 (patch) | |
tree | d03658a7c24b8be0ab7b7418304200eee7cf0af6 /app-crypt | |
parent | app-crypt/acme: 1.23.0 stable amd64/x86 (diff) | |
download | gentoo-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.ebuild | 2 |
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} |