diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2024-03-09 14:19:54 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-03-09 14:21:39 -0600 |
commit | b6ac83bd57454353fa4d5b2318da0a2d925165f9 (patch) | |
tree | 6e05a255efb76488da276152628637072dafc18d /app-crypt/certbot-apache | |
parent | app-crypt/certbot: stabilize 2.9.0 for amd64, arm, arm64, x86 (diff) | |
download | gentoo-b6ac83bd57454353fa4d5b2318da0a2d925165f9.tar.gz gentoo-b6ac83bd57454353fa4d5b2318da0a2d925165f9.tar.bz2 gentoo-b6ac83bd57454353fa4d5b2318da0a2d925165f9.zip |
app-crypt/certbot-apache: stabilize 2.9.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.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot-apache/certbot-apache-2.9.0.ebuild b/app-crypt/certbot-apache/certbot-apache-2.9.0.ebuild index 07c1b3fa631b..1727e1bbafb9 100644 --- a/app-crypt/certbot-apache/certbot-apache-2.9.0.ebuild +++ b/app-crypt/certbot-apache/certbot-apache-2.9.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)" |