summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2018-10-06 15:32:32 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2018-10-06 15:36:32 -0500
commit4457ca91dfa688a20c115a8518558f2d2f3e6041 (patch)
tree5abb32baad71ec1273204ca2eab276fe18a6619d /app-crypt/certbot-apache/certbot-apache-0.27.1.ebuild
parentapp-crypt/certbot: 0.27.1 stable amd64 and x86 (diff)
downloadgentoo-4457ca91dfa688a20c115a8518558f2d2f3e6041.tar.gz
gentoo-4457ca91dfa688a20c115a8518558f2d2f3e6041.tar.bz2
gentoo-4457ca91dfa688a20c115a8518558f2d2f3e6041.zip
app-crypt/certbot-apache: 0.27.1 stable amd64 and x86 with cleanup
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'app-crypt/certbot-apache/certbot-apache-0.27.1.ebuild')
-rw-r--r--app-crypt/certbot-apache/certbot-apache-0.27.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/certbot-apache/certbot-apache-0.27.1.ebuild b/app-crypt/certbot-apache/certbot-apache-0.27.1.ebuild
index ab98ef4612cf..5f448098501b 100644
--- a/app-crypt/certbot-apache/certbot-apache-0.27.1.ebuild
+++ b/app-crypt/certbot-apache/certbot-apache-0.27.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 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