diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-11-06 00:00:17 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-11-06 00:02:11 -0500 |
commit | 774395625c9c811d67648da366ef2fb36f2c75fe (patch) | |
tree | 72514760e21803bab703317a3942a19fa5f6d47a /app-crypt/certbot-nginx | |
parent | app-crypt/certbot-apache: stabilize 1.31.0 for amd64, x86 (diff) | |
download | gentoo-774395625c9c811d67648da366ef2fb36f2c75fe.tar.gz gentoo-774395625c9c811d67648da366ef2fb36f2c75fe.tar.bz2 gentoo-774395625c9c811d67648da366ef2fb36f2c75fe.zip |
app-crypt/certbot-nginx: stabilize 1.31.0 for amd64, x86
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.31.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot-nginx/certbot-nginx-1.31.0.ebuild b/app-crypt/certbot-nginx/certbot-nginx-1.31.0.ebuild index 7eeac389284d..ee8e964f8c21 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-1.31.0.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-1.31.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 |