diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-09-01 13:56:20 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-09-01 13:56:20 -0500 |
commit | d0918f7c9740fdf04c420ddc84c2250dfde0dcb2 (patch) | |
tree | fbf4fa0e675dee9955abbb74d67d1749813814c9 /app-crypt | |
parent | app-crypt/certbot-apache: 0.37.2 stablized amd64 and x86 (diff) | |
download | gentoo-d0918f7c9740fdf04c420ddc84c2250dfde0dcb2.tar.gz gentoo-d0918f7c9740fdf04c420ddc84c2250dfde0dcb2.tar.bz2 gentoo-d0918f7c9740fdf04c420ddc84c2250dfde0dcb2.zip |
app-crypt/certbot-nginx: 0.37.2 stablized amd64 and x86
Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/certbot-nginx/certbot-nginx-0.37.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot-nginx/certbot-nginx-0.37.2.ebuild b/app-crypt/certbot-nginx/certbot-nginx-0.37.2.ebuild index c4f2df8684e9..73497ec2cbd3 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-0.37.2.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-0.37.2.ebuild @@ -10,7 +10,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 |