summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2022-10-10 12:20:47 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2022-10-10 12:20:47 -0500
commit2d0ee2dde4476e8e463821e38be064104fe79b3d (patch)
tree498b50dbea91aec3d76c891b99353f774a9c1234
parentapp-crypt/certbot: stabilize 1.30.0 for amd64, x86 (diff)
downloadgentoo-2d0ee2dde4476e8e463821e38be064104fe79b3d.tar.gz
gentoo-2d0ee2dde4476e8e463821e38be064104fe79b3d.tar.bz2
gentoo-2d0ee2dde4476e8e463821e38be064104fe79b3d.zip
app-crypt/certbot-apache: stabilize 1.30.0 for amd64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r--app-crypt/certbot-apache/certbot-apache-1.30.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot-apache/certbot-apache-1.30.0.ebuild b/app-crypt/certbot-apache/certbot-apache-1.30.0.ebuild
index 4a5e9753518c..b69b550d0c42 100644
--- a/app-crypt/certbot-apache/certbot-apache-1.30.0.ebuild
+++ b/app-crypt/certbot-apache/certbot-apache-1.30.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