diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-01-03 14:25:16 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-01-03 14:25:16 -0600 |
commit | 49e599c038ea142deee75bc5d2c08fb25fb70895 (patch) | |
tree | 11a7ca8fe0e9c61bd4555e13b2c85068b73c4b95 /app-crypt/certbot-nginx | |
parent | app-crypt/certbot-apache: 1.10.1 stable amd64/x86 (diff) | |
download | gentoo-49e599c038ea142deee75bc5d2c08fb25fb70895.tar.gz gentoo-49e599c038ea142deee75bc5d2c08fb25fb70895.tar.bz2 gentoo-49e599c038ea142deee75bc5d2c08fb25fb70895.zip |
app-crypt/certbot-nginx: 1.10.1 stable amd64/x86
Package-Manager: Portage-3.0.12, Repoman-3.0.2
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.10.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/certbot-nginx/certbot-nginx-1.10.1.ebuild b/app-crypt/certbot-nginx/certbot-nginx-1.10.1.ebuild index ad7e21e944ef..acf8edf10d7f 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-1.10.1.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-1.10.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,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 |