diff options
author | Markus Meier <maekke@gentoo.org> | 2017-06-02 06:47:50 +0200 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2017-06-02 06:47:50 +0200 |
commit | fd0097ced97d7db971b2f068ddd91b3a27214486 (patch) | |
tree | 9bc95fd1314d31b55479af8cda25b7e647e01bf4 /app-crypt/certbot-nginx | |
parent | dev-ruby/roadie-rails: add 1.2.1 (diff) | |
download | gentoo-fd0097ced97d7db971b2f068ddd91b3a27214486.tar.gz gentoo-fd0097ced97d7db971b2f068ddd91b3a27214486.tar.bz2 gentoo-fd0097ced97d7db971b2f068ddd91b3a27214486.zip |
app-crypt/certbot-nginx: add ~arm, bug #613554
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'app-crypt/certbot-nginx')
-rw-r--r-- | app-crypt/certbot-nginx/certbot-nginx-0.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot-nginx/certbot-nginx-0.14.1.ebuild b/app-crypt/certbot-nginx/certbot-nginx-0.14.1.ebuild index a50019015699..54f5cf0aa674 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-0.14.1.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-0.14.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" + KEYWORDS="~amd64 ~arm" S=${WORKDIR}/${PN%-nginx}-${PV}/${PN} fi |