summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-01-07 12:55:55 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2019-01-07 13:05:13 -0600
commit0d3636d34bacdc2f9c8c058f5d25874350040b50 (patch)
tree6cc3655791e2d5e24f1cd233d0e0d5bd299de35b /app-crypt/certbot-apache/certbot-apache-0.29.1.ebuild
parentapp-crypt/certbot: 0.29.1 stable amd64 and x86 (diff)
downloadgentoo-0d3636d34bacdc2f9c8c058f5d25874350040b50.tar.gz
gentoo-0d3636d34bacdc2f9c8c058f5d25874350040b50.tar.bz2
gentoo-0d3636d34bacdc2f9c8c058f5d25874350040b50.zip
app-crypt/certbot-apache: 0.29.1 stable amd64 and x86 with cleanup
Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt/certbot-apache/certbot-apache-0.29.1.ebuild')
-rw-r--r--app-crypt/certbot-apache/certbot-apache-0.29.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/certbot-apache/certbot-apache-0.29.1.ebuild b/app-crypt/certbot-apache/certbot-apache-0.29.1.ebuild
index 449a733b2a7f..3460838eff46 100644
--- a/app-crypt/certbot-apache/certbot-apache-0.29.1.ebuild
+++ b/app-crypt/certbot-apache/certbot-apache-0.29.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -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 ~x86"
+ KEYWORDS="amd64 x86"
S=${WORKDIR}/${PN%-apache}-${PV}/${PN}
fi