diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-12-05 11:54:20 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-12-05 11:54:39 -0600 |
commit | aa77a52ff41ddb545d11a6d799b1de2e8c79478d (patch) | |
tree | 6b3c57ebf68c4b7d407f7943b94260107d18b122 /app-crypt/certbot-nginx | |
parent | app-crypt/certbot-apache: 1.21.0 stable amd64/x86 (diff) | |
download | gentoo-aa77a52ff41ddb545d11a6d799b1de2e8c79478d.tar.gz gentoo-aa77a52ff41ddb545d11a6d799b1de2e8c79478d.tar.bz2 gentoo-aa77a52ff41ddb545d11a6d799b1de2e8c79478d.zip |
app-crypt/certbot-nginx: 1.21.0 stable amd64/x86
Package-Manager: Portage-3.0.28, 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.21.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot-nginx/certbot-nginx-1.21.0.ebuild b/app-crypt/certbot-nginx/certbot-nginx-1.21.0.ebuild index 45a8976cfe34..f916e2e4708c 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-1.21.0.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-1.21.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 |