diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2024-05-03 21:00:16 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-05-03 21:01:14 -0500 |
commit | 64a7f674bc6c861c85d78f546fd8e395aaa3d4c3 (patch) | |
tree | 20f26a5aa855acba86f1e6c00a5b0aa142b9f12e | |
parent | app-crypt/certbot: stabilize 2.10.0 for amd64, arm, arm64, x86 (diff) | |
download | gentoo-64a7f674bc6c861c85d78f546fd8e395aaa3d4c3.tar.gz gentoo-64a7f674bc6c861c85d78f546fd8e395aaa3d4c3.tar.bz2 gentoo-64a7f674bc6c861c85d78f546fd8e395aaa3d4c3.zip |
app-crypt/certbot-apache: stabilize 2.10.0 for amd64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r-- | app-crypt/certbot-apache/certbot-apache-2.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot-apache/certbot-apache-2.10.0.ebuild b/app-crypt/certbot-apache/certbot-apache-2.10.0.ebuild index a7f3d35e15e3..61a3c7acc776 100644 --- a/app-crypt/certbot-apache/certbot-apache-2.10.0.ebuild +++ b/app-crypt/certbot-apache/certbot-apache-2.10.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)" |