diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-12-22 13:55:29 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-12-22 13:55:42 -0600 |
commit | 570727418960f35579c52c725caa8ff65a6e2ca8 (patch) | |
tree | 7f02e4a965be0bf0d0de73ce051f81a8aa57be61 /app-crypt/certbot-nginx | |
parent | app-crypt/certbot-apache: stabilize 2.0.0 for amd64, x86 (diff) | |
download | gentoo-570727418960f35579c52c725caa8ff65a6e2ca8.tar.gz gentoo-570727418960f35579c52c725caa8ff65a6e2ca8.tar.bz2 gentoo-570727418960f35579c52c725caa8ff65a6e2ca8.zip |
app-crypt/certbot-nginx: stabilize 2.0.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-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot-nginx/certbot-nginx-2.0.0.ebuild b/app-crypt/certbot-nginx/certbot-nginx-2.0.0.ebuild index b1aa9acb7e1a..d0adb3551929 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-2.0.0.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-2.0.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 |