diff options
author | 2023-11-24 15:23:58 -0600 | |
---|---|---|
committer | 2023-11-24 15:24:55 -0600 | |
commit | f8e2434d6241a696cbf0323be20f9c50472d8363 (patch) | |
tree | f787cc9c25af24df8ef1c101e9b6aee9f9745fb5 /app-crypt/certbot-apache | |
parent | app-crypt/certbot: stabilize 2.7.3 for amd64, arm, arm64, x86 (diff) | |
download | gentoo-f8e2434d6241a696cbf0323be20f9c50472d8363.tar.gz gentoo-f8e2434d6241a696cbf0323be20f9c50472d8363.tar.bz2 gentoo-f8e2434d6241a696cbf0323be20f9c50472d8363.zip |
app-crypt/certbot-apache: stabilize 2.7.3 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.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot-apache/certbot-apache-2.7.3.ebuild b/app-crypt/certbot-apache/certbot-apache-2.7.3.ebuild index 4d1707d36f00..9ed5d0b39780 100644 --- a/app-crypt/certbot-apache/certbot-apache-2.7.3.ebuild +++ b/app-crypt/certbot-apache/certbot-apache-2.7.3.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)" |