diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-12-02 18:20:47 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-12-02 18:21:42 -0600 |
commit | 45d25759e2695addb23d2b94151ced30290cc8c9 (patch) | |
tree | d507781fae77f7c66ff508d98b2f950a8093c03b /app-crypt/certbot | |
parent | app-crypt/acme: stabilize 2.7.4 for amd64, arm, arm64, x86 (diff) | |
download | gentoo-45d25759e2695addb23d2b94151ced30290cc8c9.tar.gz gentoo-45d25759e2695addb23d2b94151ced30290cc8c9.tar.bz2 gentoo-45d25759e2695addb23d2b94151ced30290cc8c9.zip |
app-crypt/certbot: stabilize 2.7.4 for amd64, arm, arm64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt/certbot')
-rw-r--r-- | app-crypt/certbot/certbot-2.7.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot/certbot-2.7.4.ebuild b/app-crypt/certbot/certbot-2.7.4.ebuild index 28d628bba116..c710cf3ea540 100644 --- a/app-crypt/certbot/certbot-2.7.4.ebuild +++ b/app-crypt/certbot/certbot-2.7.4.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" |