summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2022-07-07 11:09:51 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2022-07-07 11:10:11 -0500
commitcbfdb24008d7ff3c84e1e9674dfe1f42e916ad3e (patch)
tree2f820223e136b6b1e4b1181ed2b5cdcf2ccfb4d8 /app-crypt
parentapp-crypt/certbot-nginx: 1.29.0 bump (diff)
downloadgentoo-cbfdb24008d7ff3c84e1e9674dfe1f42e916ad3e.tar.gz
gentoo-cbfdb24008d7ff3c84e1e9674dfe1f42e916ad3e.tar.bz2
gentoo-cbfdb24008d7ff3c84e1e9674dfe1f42e916ad3e.zip
app-crypt/certbot-nginx: 1.28.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')
-rw-r--r--app-crypt/certbot-nginx/certbot-nginx-1.28.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot-nginx/certbot-nginx-1.28.0.ebuild b/app-crypt/certbot-nginx/certbot-nginx-1.28.0.ebuild
index e66a6b39887e..3566b27d06f7 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-1.28.0.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-1.28.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