diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-11-13 15:41:30 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-11-13 15:41:30 -0600 |
commit | 644a2d832557825af30afcbe47f8cebe485d2ca9 (patch) | |
tree | 09bdc22c95e170dcf583ef4b2b2f68283716bb6d /app-crypt/certbot-apache | |
parent | app-crypt/certbot-apache: drop 2.7.0 (diff) | |
download | gentoo-644a2d832557825af30afcbe47f8cebe485d2ca9.tar.gz gentoo-644a2d832557825af30afcbe47f8cebe485d2ca9.tar.bz2 gentoo-644a2d832557825af30afcbe47f8cebe485d2ca9.zip |
app-crypt/certbot-apache: stabilize 2.7.1 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.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot-apache/certbot-apache-2.7.1.ebuild b/app-crypt/certbot-apache/certbot-apache-2.7.1.ebuild index 4d1707d36f00..9ed5d0b39780 100644 --- a/app-crypt/certbot-apache/certbot-apache-2.7.1.ebuild +++ b/app-crypt/certbot-apache/certbot-apache-2.7.1.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)" |