diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-11-13 15:34:21 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-11-13 15:34:21 -0600 |
commit | d5fb730f6f0d87e4af2a412d0db197e543c439b9 (patch) | |
tree | b585813088a8931b9d4488022a162e8ab36e9fd7 /app-crypt | |
parent | app-crypt/certbot: drop 2.7.0 (diff) | |
download | gentoo-d5fb730f6f0d87e4af2a412d0db197e543c439b9.tar.gz gentoo-d5fb730f6f0d87e4af2a412d0db197e543c439b9.tar.bz2 gentoo-d5fb730f6f0d87e4af2a412d0db197e543c439b9.zip |
app-crypt/certbot: stabilize 2.7.1 for amd64, arm, arm64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/certbot/certbot-2.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot/certbot-2.7.1.ebuild b/app-crypt/certbot/certbot-2.7.1.ebuild index 28d628bba116..c710cf3ea540 100644 --- a/app-crypt/certbot/certbot-2.7.1.ebuild +++ b/app-crypt/certbot/certbot-2.7.1.ebuild @@ -19,7 +19,7 @@ else https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz " - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86" fi DESCRIPTION="Let’s Encrypt client to automate deployment of X.509 certificates" |