commit: 03775eb00c7a5461eb698f8ad254ce72b1a802a5
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sun May 1 07:00:31 2016 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Sun May 1 07:00:31 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03775eb0
app-crypt/letsencrypt: add ~arm, bug #576912
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"
app-crypt/letsencrypt/letsencrypt-0.4.2.ebuild | 4 ++--
1 file 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 0ef00d4..d25da2c 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