diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-04-08 21:01:20 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-04-08 21:01:20 -0500 |
commit | 347730199a63a3d0a181b670e752b60c109dfbb7 (patch) | |
tree | 8cd9aaede8ae831f09051500589bea629fd191b3 /app-crypt/certbot-apache | |
parent | app-crypt/certbot: stabilize 2.4.0 for amd64, x86 (diff) | |
download | gentoo-347730199a63a3d0a181b670e752b60c109dfbb7.tar.gz gentoo-347730199a63a3d0a181b670e752b60c109dfbb7.tar.bz2 gentoo-347730199a63a3d0a181b670e752b60c109dfbb7.zip |
app-crypt/certbot-apache: stabilize 2.4.0 for amd64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt/certbot-apache')
-rw-r--r-- | app-crypt/certbot-apache/certbot-apache-2.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot-apache/certbot-apache-2.4.0.ebuild b/app-crypt/certbot-apache/certbot-apache-2.4.0.ebuild index 4d1707d36f00..9ed5d0b39780 100644 --- a/app-crypt/certbot-apache/certbot-apache-2.4.0.ebuild +++ b/app-crypt/certbot-apache/certbot-apache-2.4.0.ebuild @@ -23,7 +23,7 @@ else -> ${PARENT_P}.gh.tar.gz " # Only for amd64, arm64 and x86 because of dev-python/python-augeas - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" fi DESCRIPTION="Apache plugin for Certbot (Let’s Encrypt client)" |