diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-11-13 15:36:01 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-11-13 15:36:01 -0600 |
commit | e4720f0296031ff3d4b040b9d9dac5596b0d28f9 (patch) | |
tree | 770edaba94f252a85b482d7c51c4c68c0de5653d | |
parent | app-crypt/certbot-nginx: drop 2.7.0 (diff) | |
download | gentoo-e4720f0296031ff3d4b040b9d9dac5596b0d28f9.tar.gz gentoo-e4720f0296031ff3d4b040b9d9dac5596b0d28f9.tar.bz2 gentoo-e4720f0296031ff3d4b040b9d9dac5596b0d28f9.zip |
app-crypt/certbot-nginx: stabilize 2.7.1 for amd64, arm, arm64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r-- | app-crypt/certbot-nginx/certbot-nginx-2.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot-nginx/certbot-nginx-2.7.1.ebuild b/app-crypt/certbot-nginx/certbot-nginx-2.7.1.ebuild index 681a2d89b66e..935da5b0db43 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-2.7.1.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-2.7.1.ebuild @@ -22,7 +22,7 @@ else https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> ${PARENT_P}.gh.tar.gz " - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86" fi DESCRIPTION="Nginx plugin for Certbot (Let’s Encrypt client)" |