diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-04-02 22:16:21 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-04-02 22:19:04 -0500 |
commit | c8f161f60618db68f1c1d162c42891317e69b618 (patch) | |
tree | f5ce3cf058402d5a888eb427815ddbb499ca5979 | |
parent | app-crypt/certbot-apache: 1.24.0 stable amd64/x86 (diff) | |
download | gentoo-c8f161f60618db68f1c1d162c42891317e69b618.tar.gz gentoo-c8f161f60618db68f1c1d162c42891317e69b618.tar.bz2 gentoo-c8f161f60618db68f1c1d162c42891317e69b618.zip |
app-crypt/certbot-nginx: 1.24.0 stable amd64/x86
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r-- | app-crypt/certbot-nginx/certbot-nginx-1.24.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot-nginx/certbot-nginx-1.24.0.ebuild b/app-crypt/certbot-nginx/certbot-nginx-1.24.0.ebuild index e66a6b39887e..3566b27d06f7 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-1.24.0.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-1.24.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 |