diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-04-17 20:44:42 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-04-17 20:45:18 -0500 |
commit | 7297326d4bbbd1e384463b6c0e23fb40cc431dd5 (patch) | |
tree | 1a5d9c6958c338e65e4b13f8719b7e0a70d76fdc /app-crypt/certbot-nginx | |
parent | app-crypt/certbot-apache: 1.25.0 stable amd64/x86 (diff) | |
download | gentoo-7297326d4bbbd1e384463b6c0e23fb40cc431dd5.tar.gz gentoo-7297326d4bbbd1e384463b6c0e23fb40cc431dd5.tar.bz2 gentoo-7297326d4bbbd1e384463b6c0e23fb40cc431dd5.zip |
app-crypt/certbot-nginx: 1.25.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.25.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot-nginx/certbot-nginx-1.25.0.ebuild b/app-crypt/certbot-nginx/certbot-nginx-1.25.0.ebuild index e66a6b39887e..3566b27d06f7 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-1.25.0.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-1.25.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 |