commit: 5a70e059765551a8f907952b25eb8cb637d4caf4
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 21:52:33 2017 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 21:52:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a70e059
app-crypt/certbot-nginx: matching keywords from stable to 9999
Package-Manager: Portage-2.3.14, Repoman-2.3.6
app-crypt/certbot-nginx/certbot-nginx-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
index a5001901569..94d8fd92279 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-9999.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 ~arm64 ~x86"
S=${WORKDIR}/${PN%-nginx}-${PV}/${PN}
fi