diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-06-11 15:28:07 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-06-11 15:28:46 -0500 |
commit | 5729858ff69d85fdb7e7920cbcf3e97fd5d9d5c8 (patch) | |
tree | 1aec45860540a7f69bb1a54714181bdb4d35621c /app-crypt | |
parent | app-crypt/certbot: stabilize 2.6.0 for amd64, arm, arm64, x86 (diff) | |
download | gentoo-5729858ff69d85fdb7e7920cbcf3e97fd5d9d5c8.tar.gz gentoo-5729858ff69d85fdb7e7920cbcf3e97fd5d9d5c8.tar.bz2 gentoo-5729858ff69d85fdb7e7920cbcf3e97fd5d9d5c8.zip |
app-crypt/certbot-apache: stabilize 2.6.0 for amd64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/certbot-apache/certbot-apache-2.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot-apache/certbot-apache-2.6.0.ebuild b/app-crypt/certbot-apache/certbot-apache-2.6.0.ebuild index 4d1707d36f00..9ed5d0b39780 100644 --- a/app-crypt/certbot-apache/certbot-apache-2.6.0.ebuild +++ b/app-crypt/certbot-apache/certbot-apache-2.6.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)" |