diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-12-05 11:53:04 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-12-05 11:54:37 -0600 |
commit | 9e430642942bb16b792ea223e7fbd409e85c5bcd (patch) | |
tree | 89102d0934c6964943662bd5c18b2c356735becc /app-crypt/certbot | |
parent | app-crypt/acme: 1.21.0 stable amd64/x86 (diff) | |
download | gentoo-9e430642942bb16b792ea223e7fbd409e85c5bcd.tar.gz gentoo-9e430642942bb16b792ea223e7fbd409e85c5bcd.tar.bz2 gentoo-9e430642942bb16b792ea223e7fbd409e85c5bcd.zip |
app-crypt/certbot: 1.21.0 stable amd64/x86
Package-Manager: Portage-3.0.28, 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.21.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot/certbot-1.21.0.ebuild b/app-crypt/certbot/certbot-1.21.0.ebuild index 18900751b704..6ade5ca6e219 100644 --- a/app-crypt/certbot/certbot-1.21.0.ebuild +++ b/app-crypt/certbot/certbot-1.21.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} |