commit: fd0097ced97d7db971b2f068ddd91b3a27214486
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 2 04:47:50 2017 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Fri Jun 2 04:47:50 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd0097ce
app-crypt/certbot-nginx: add ~arm, bug #613554
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"
app-crypt/certbot-nginx/certbot-nginx-0.14.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 a5001901569..54f5cf0aa67 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