summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-02-17 15:47:22 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2020-02-17 15:51:18 -0600
commit9e175fbba904aa7856ca85bf00104335c97cb3b2 (patch)
treef581a29e1d3ff5604826a4a3e45b8c7ad7c8adbb /app-crypt/certbot-apache
parentapp-crypt/certbot: cleanup (diff)
downloadgentoo-9e175fbba904aa7856ca85bf00104335c97cb3b2.tar.gz
gentoo-9e175fbba904aa7856ca85bf00104335c97cb3b2.tar.bz2
gentoo-9e175fbba904aa7856ca85bf00104335c97cb3b2.zip
app-crypt/certbot-apache: 1.1.0 stable amd64/x86
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt/certbot-apache')
-rw-r--r--app-crypt/certbot-apache/certbot-apache-1.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot-apache/certbot-apache-1.1.0.ebuild b/app-crypt/certbot-apache/certbot-apache-1.1.0.ebuild
index cef80d06281a..ac62ff48ce52 100644
--- a/app-crypt/certbot-apache/certbot-apache-1.1.0.ebuild
+++ b/app-crypt/certbot-apache/certbot-apache-1.1.0.ebuild
@@ -10,7 +10,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