diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-11-20 15:37:30 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-11-20 15:38:42 -0600 |
commit | 4dfd46e0d45cef66f6ae9f1be30be5914e5800e9 (patch) | |
tree | c6bc30cfc1438de42f81b2e14f2e38ea80e916f5 /app-crypt/certbot-apache | |
parent | app-crypt/certbot: stabilize 2.7.2 for amd64, arm64, x86 (diff) | |
download | gentoo-4dfd46e0d45cef66f6ae9f1be30be5914e5800e9.tar.gz gentoo-4dfd46e0d45cef66f6ae9f1be30be5914e5800e9.tar.bz2 gentoo-4dfd46e0d45cef66f6ae9f1be30be5914e5800e9.zip |
app-crypt/certbot-apache: stabilize 2.7.2 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.7.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot-apache/certbot-apache-2.7.2.ebuild b/app-crypt/certbot-apache/certbot-apache-2.7.2.ebuild index 4d1707d36f00..9ed5d0b39780 100644 --- a/app-crypt/certbot-apache/certbot-apache-2.7.2.ebuild +++ b/app-crypt/certbot-apache/certbot-apache-2.7.2.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)" |