diff options
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 |