diff options
author | Markus Meier <maekke@gentoo.org> | 2016-05-01 09:00:31 +0200 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2016-05-01 09:00:31 +0200 |
commit | 03775eb00c7a5461eb698f8ad254ce72b1a802a5 (patch) | |
tree | 9e34570552563c294c88e6bb3343acf4f29d6a2a | |
parent | app-crypt/acme: add ~arm, bug #576912 (diff) | |
download | gentoo-03775eb00c7a5461eb698f8ad254ce72b1a802a5.tar.gz gentoo-03775eb00c7a5461eb698f8ad254ce72b1a802a5.tar.bz2 gentoo-03775eb00c7a5461eb698f8ad254ce72b1a802a5.zip |
app-crypt/letsencrypt: add ~arm, bug #576912
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"
-rw-r--r-- | app-crypt/letsencrypt/letsencrypt-0.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/letsencrypt/letsencrypt-0.4.2.ebuild b/app-crypt/letsencrypt/letsencrypt-0.4.2.ebuild index 0ef00d4fa434..d25da2c51f15 100644 --- a/app-crypt/letsencrypt/letsencrypt-0.4.2.ebuild +++ b/app-crypt/letsencrypt/letsencrypt-0.4.2.ebuild @@ -8,10 +8,10 @@ PYTHON_COMPAT=(python2_7) if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git" inherit git-r3 - KEYWORDS="" + KEYWORDS="~arm" 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 |