diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-11-18 15:52:33 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-11-18 15:52:55 -0600 |
commit | 5a70e059765551a8f907952b25eb8cb637d4caf4 (patch) | |
tree | 41638d72164b3991b398d1445e121e137bf0868d /app-crypt/certbot-nginx | |
parent | sys-kernel/gentoo-sources: Linux patch 4.13.14 (diff) | |
download | gentoo-5a70e059765551a8f907952b25eb8cb637d4caf4.tar.gz gentoo-5a70e059765551a8f907952b25eb8cb637d4caf4.tar.bz2 gentoo-5a70e059765551a8f907952b25eb8cb637d4caf4.zip |
app-crypt/certbot-nginx: matching keywords from stable to 9999
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'app-crypt/certbot-nginx')
-rw-r--r-- | app-crypt/certbot-nginx/certbot-nginx-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |