summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2022-11-06 00:00:06 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2022-11-06 00:02:10 -0500
commit3375346648e19b263505cde5d1e7d01977d789d2 (patch)
tree273f2ea9850f2a60de5e8812029c58b4268e57a5
parentapp-crypt/certbot: stabilize 1.31.0 for amd64, x86 (diff)
downloadgentoo-3375346648e19b263505cde5d1e7d01977d789d2.tar.gz
gentoo-3375346648e19b263505cde5d1e7d01977d789d2.tar.bz2
gentoo-3375346648e19b263505cde5d1e7d01977d789d2.zip
app-crypt/certbot-apache: stabilize 1.31.0 for amd64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r--app-crypt/certbot-apache/certbot-apache-1.31.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot-apache/certbot-apache-1.31.0.ebuild b/app-crypt/certbot-apache/certbot-apache-1.31.0.ebuild
index 4a5e9753518c..b69b550d0c42 100644
--- a/app-crypt/certbot-apache/certbot-apache-1.31.0.ebuild
+++ b/app-crypt/certbot-apache/certbot-apache-1.31.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