diff options
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/letsencrypt/letsencrypt-0.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/letsencrypt/letsencrypt-0.5.0.ebuild b/app-crypt/letsencrypt/letsencrypt-0.5.0.ebuild index 0ef00d4fa434..11a675948191 100644 --- a/app-crypt/letsencrypt/letsencrypt-0.5.0.ebuild +++ b/app-crypt/letsencrypt/letsencrypt-0.5.0.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then KEYWORDS="" else SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm" fi inherit distutils-r1 |