summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2022-03-09 21:21:48 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2022-03-09 21:22:07 -0600
commit7d6cb4b10f2f317be3e51137d6143bfd71ddffa3 (patch)
treef1c2ec2d43f7e07db8cb786b3fa8d8b68a9a9c42 /app-crypt/certbot-nginx
parentapp-crypt/certbot-apache: 1.23.0 stable amd64/x86 (diff)
downloadgentoo-7d6cb4b10f2f317be3e51137d6143bfd71ddffa3.tar.gz
gentoo-7d6cb4b10f2f317be3e51137d6143bfd71ddffa3.tar.bz2
gentoo-7d6cb4b10f2f317be3e51137d6143bfd71ddffa3.zip
app-crypt/certbot-nginx: 1.23.0 stable amd64/x86
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt/certbot-nginx')
-rw-r--r--app-crypt/certbot-nginx/certbot-nginx-1.23.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot-nginx/certbot-nginx-1.23.0.ebuild b/app-crypt/certbot-nginx/certbot-nginx-1.23.0.ebuild
index 85fd0214055e..89ab14446617 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-1.23.0.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-1.23.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == 9999* ]]; then
S=${WORKDIR}/${P}/${PN}
else
SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> ${PN%-nginx}-${PV}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 x86"
S=${WORKDIR}/${PN%-nginx}-${PV}/${PN}
fi