diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-10-10 12:21:00 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-10-10 12:21:00 -0500 |
commit | fbf64a2839928b9fd564b0c610ff3e6be605fd36 (patch) | |
tree | 6a7ec36199715e24418eac45be65ecf4dbf0c9da /app-crypt | |
parent | app-crypt/certbot-apache: stabilize 1.30.0 for amd64, x86 (diff) | |
download | gentoo-fbf64a2839928b9fd564b0c610ff3e6be605fd36.tar.gz gentoo-fbf64a2839928b9fd564b0c610ff3e6be605fd36.tar.bz2 gentoo-fbf64a2839928b9fd564b0c610ff3e6be605fd36.zip |
app-crypt/certbot-nginx: stabilize 1.30.0 for amd64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/certbot-nginx/certbot-nginx-1.30.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot-nginx/certbot-nginx-1.30.0.ebuild b/app-crypt/certbot-nginx/certbot-nginx-1.30.0.ebuild index 7eeac389284d..ee8e964f8c21 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-1.30.0.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-1.30.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 |