summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2021-01-03 14:24:42 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2021-01-03 14:24:42 -0600
commit962a9f7e76c266047904c9f13550bd225b82535f (patch)
tree79353e374c2237f2f1094c9c538c90f86d709323 /app-crypt
parentapp-crypt/certbot: 1.10.1 stable amd64/x86 (diff)
downloadgentoo-962a9f7e76c266047904c9f13550bd225b82535f.tar.gz
gentoo-962a9f7e76c266047904c9f13550bd225b82535f.tar.bz2
gentoo-962a9f7e76c266047904c9f13550bd225b82535f.zip
app-crypt/certbot-apache: 1.10.1 stable amd64/x86
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/certbot-apache/certbot-apache-1.10.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/certbot-apache/certbot-apache-1.10.1.ebuild b/app-crypt/certbot-apache/certbot-apache-1.10.1.ebuild
index b7e449dda5b7..9657f60ba6f4 100644
--- a/app-crypt/certbot-apache/certbot-apache-1.10.1.ebuild
+++ b/app-crypt/certbot-apache/certbot-apache-1.10.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,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