summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2022-12-22 13:55:09 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2022-12-22 13:55:41 -0600
commitd8d1735ffa5aaef08de68e16e37dfb8d1f7b1e0a (patch)
tree3e0ec870fee917c4dee5de0936056eb3e508ed93 /app-crypt
parentapp-crypt/certbot: stabilize 2.0.0 for amd64, x86 (diff)
downloadgentoo-d8d1735ffa5aaef08de68e16e37dfb8d1f7b1e0a.tar.gz
gentoo-d8d1735ffa5aaef08de68e16e37dfb8d1f7b1e0a.tar.bz2
gentoo-d8d1735ffa5aaef08de68e16e37dfb8d1f7b1e0a.zip
app-crypt/certbot-apache: stabilize 2.0.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.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot-apache/certbot-apache-2.0.0.ebuild b/app-crypt/certbot-apache/certbot-apache-2.0.0.ebuild
index f8549e7c0712..9c216af8fefe 100644
--- a/app-crypt/certbot-apache/certbot-apache-2.0.0.ebuild
+++ b/app-crypt/certbot-apache/certbot-apache-2.0.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == 9999* ]]; then
S=${WORKDIR}/${P}/${PN}
else
SRC_URI="https://github.com/${PN%-apache}/${PN%-apache}/archive/v${PV}.tar.gz -> ${PN%-apache}-${PV}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm64 x86"
S=${WORKDIR}/${PN%-apache}-${PV}/${PN}
fi