diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2024-01-06 11:52:55 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-01-06 11:54:14 -0600 |
commit | 9c0baeaeb3f32809650cb71afc40c8741b12b480 (patch) | |
tree | 729254fb530a5bc6b84e9cb69d81bc565da08bef /app-crypt | |
parent | app-crypt/certbot: stabilize 2.8.0 for amd64, arm, arm64, x86 (diff) | |
download | gentoo-9c0baeaeb3f32809650cb71afc40c8741b12b480.tar.gz gentoo-9c0baeaeb3f32809650cb71afc40c8741b12b480.tar.bz2 gentoo-9c0baeaeb3f32809650cb71afc40c8741b12b480.zip |
app-crypt/certbot-apache: stabilize 2.8.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.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/certbot-apache/certbot-apache-2.8.0.ebuild b/app-crypt/certbot-apache/certbot-apache-2.8.0.ebuild index 4d1707d36f00..1727e1bbafb9 100644 --- a/app-crypt/certbot-apache/certbot-apache-2.8.0.ebuild +++ b/app-crypt/certbot-apache/certbot-apache-2.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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)" |