diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-06-04 13:27:14 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-06-04 13:27:14 -0500 |
commit | a4d6e5e4269f6d761c561402cc50c56248fb1957 (patch) | |
tree | a15b5d2323612f25b58d86bd739295dfea3d395c /app-crypt/certbot | |
parent | app-crypt/acme: 1.27.0 stable amd64/x86 (diff) | |
download | gentoo-a4d6e5e4269f6d761c561402cc50c56248fb1957.tar.gz gentoo-a4d6e5e4269f6d761c561402cc50c56248fb1957.tar.bz2 gentoo-a4d6e5e4269f6d761c561402cc50c56248fb1957.zip |
app-crypt/certbot: 1.27.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/certbot')
-rw-r--r-- | app-crypt/certbot/certbot-1.27.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot/certbot-1.27.0.ebuild b/app-crypt/certbot/certbot-1.27.0.ebuild index bad8bc65b32d..44b7e3889a5e 100644 --- a/app-crypt/certbot/certbot-1.27.0.ebuild +++ b/app-crypt/certbot/certbot-1.27.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} |