diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-05-07 10:58:19 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-05-07 10:58:38 -0500 |
commit | e291650d6d0af2b2157c8c9a753f1c8c46fa9f96 (patch) | |
tree | c0848d9d5db938504552d3a934f0bf28c7c6fb04 /app-crypt | |
parent | app-crypt/certbot-apache: 1.26.0 stable amd64/x86 (diff) | |
download | gentoo-e291650d6d0af2b2157c8c9a753f1c8c46fa9f96.tar.gz gentoo-e291650d6d0af2b2157c8c9a753f1c8c46fa9f96.tar.bz2 gentoo-e291650d6d0af2b2157c8c9a753f1c8c46fa9f96.zip |
app-crypt/certbot-nginx: 1.26.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.26.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot-nginx/certbot-nginx-1.26.0.ebuild b/app-crypt/certbot-nginx/certbot-nginx-1.26.0.ebuild index e66a6b39887e..3566b27d06f7 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-1.26.0.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-1.26.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 |