From: Matthew Thode Date: Sat, 18 Nov 2017 21:52:33 +0000 (-0600) Subject: app-crypt/certbot-nginx: matching keywords from stable to 9999 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5a70e059765551a8f907952b25eb8cb637d4caf4;p=gentoo.git app-crypt/certbot-nginx: matching keywords from stable to 9999 Package-Manager: Portage-2.3.14, Repoman-2.3.6 --- diff --git a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild index a50019015699..94d8fd922794 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