diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-05-04 14:27:17 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-05-04 14:27:17 +0200 |
commit | d1be7744675db53432783f22a4027cd4dd92f741 (patch) | |
tree | 5bfdf19436ab4c18d95ad1e2620f91eac76e3732 /app-crypt/acme | |
parent | x11-drivers/xf86-input-libinput: Remove old (diff) | |
download | gentoo-d1be7744675db53432783f22a4027cd4dd92f741.tar.gz gentoo-d1be7744675db53432783f22a4027cd4dd92f741.tar.bz2 gentoo-d1be7744675db53432783f22a4027cd4dd92f741.zip |
app-crypt/acme: Keyword 0.5.0 for ~arm
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-crypt/acme')
-rw-r--r-- | app-crypt/acme/acme-0.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-0.5.0.ebuild b/app-crypt/acme/acme-0.5.0.ebuild index a527e0fe1781..a487116f5847 100644 --- a/app-crypt/acme/acme-0.5.0.ebuild +++ b/app-crypt/acme/acme-0.5.0.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999* ]]; then S=${WORKDIR}/${P}/${PN} else SRC_URI="https://github.com/letsencrypt/letsencrypt/archive/v${PV}.tar.gz -> letsencrypt-${PV}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm" S=${WORKDIR}/letsencrypt-${PV}/acme fi |