Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/letsencrypt/
Date: Sun, 01 May 2016 07:00:56
Message-Id: 1462086031.03775eb00c7a5461eb698f8ad254ce72b1a802a5.maekke@gentoo
1 commit: 03775eb00c7a5461eb698f8ad254ce72b1a802a5
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 1 07:00:31 2016 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 07:00:31 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03775eb0
7
8 app-crypt/letsencrypt: add ~arm, bug #576912
9
10 Package-Manager: portage-2.2.28
11 RepoMan-Options: --include-arches="arm"
12
13 app-crypt/letsencrypt/letsencrypt-0.4.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-crypt/letsencrypt/letsencrypt-0.4.2.ebuild b/app-crypt/letsencrypt/letsencrypt-0.4.2.ebuild
17 index 0ef00d4..d25da2c 100644
18 --- a/app-crypt/letsencrypt/letsencrypt-0.4.2.ebuild
19 +++ b/app-crypt/letsencrypt/letsencrypt-0.4.2.ebuild
20 @@ -8,10 +8,10 @@ PYTHON_COMPAT=(python2_7)
21 if [[ ${PV} == 9999* ]]; then
22 EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git"
23 inherit git-r3
24 - KEYWORDS=""
25 + KEYWORDS="~arm"
26 else
27 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
28 - KEYWORDS="~amd64"
29 + KEYWORDS="~amd64 ~arm"
30 fi
31
32 inherit distutils-r1