diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-05-03 12:03:17 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-05-03 12:03:17 -0500 |
commit | a56f94be08e8b0a4e61dd7c74f286cb7ff28e375 (patch) | |
tree | 31d9c0881e365db6cb4cf7be2f667a03233ffc68 /app-crypt | |
parent | app-crypt/certbot-apache: 0.33.1 stable amd64/x86 (diff) | |
download | gentoo-a56f94be08e8b0a4e61dd7c74f286cb7ff28e375.tar.gz gentoo-a56f94be08e8b0a4e61dd7c74f286cb7ff28e375.tar.bz2 gentoo-a56f94be08e8b0a4e61dd7c74f286cb7ff28e375.zip |
app-crypt/certbot-nginx: 0.33.1 stable amd64/x86
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/certbot-nginx/certbot-nginx-0.33.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot-nginx/certbot-nginx-0.33.1.ebuild b/app-crypt/certbot-nginx/certbot-nginx-0.33.1.ebuild index 2c79cef87799..721047150f81 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-0.33.1.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-0.33.1.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 |