Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme/
Date: Sat, 09 Jul 2016 13:50:08
Message-Id: 1468072178.6f6d2522d50577ba6fc6b058c66149e60672a0fd.mrueg@gentoo
1 commit: 6f6d2522d50577ba6fc6b058c66149e60672a0fd
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 9 13:49:38 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 9 13:49:38 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f6d2522
7
8 app-crypt/acme: Keyword ~x86
9
10 Package-Manager: portage-2.3.0
11
12 app-crypt/acme/acme-0.8.1.ebuild | 4 ++--
13 app-crypt/acme/acme-9999.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-crypt/acme/acme-0.8.1.ebuild b/app-crypt/acme/acme-0.8.1.ebuild
17 index 83cda3c..4a059c7 100644
18 --- a/app-crypt/acme/acme-0.8.1.ebuild
19 +++ b/app-crypt/acme/acme-0.8.1.ebuild
20 @@ -8,11 +8,11 @@ PYTHON_COMPAT=(python{2_7,3_4,3_5})
21 if [[ ${PV} == 9999* ]]; then
22 EGIT_REPO_URI="https://github.com/certbot/certbot.git"
23 inherit git-r3
24 - KEYWORDS=""
25 + KEYWORDS="~x86"
26 S=${WORKDIR}/${P}/${PN}
27 else
28 SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> certbot-${PV}.tar.gz"
29 - KEYWORDS="~amd64 ~arm"
30 + KEYWORDS="~amd64 ~arm ~x86"
31 S=${WORKDIR}/certbot-${PV}/acme
32 fi
33
34
35 diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild
36 index 4d12496..a93f37f 100644
37 --- a/app-crypt/acme/acme-9999.ebuild
38 +++ b/app-crypt/acme/acme-9999.ebuild
39 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999* ]]; then
40 S=${WORKDIR}/${P}/${PN}
41 else
42 SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> letsencrypt-${PV}.tar.gz"
43 - KEYWORDS="~amd64 ~arm"
44 + KEYWORDS="~amd64 ~arm ~x86"
45 S=${WORKDIR}/certbot-${PV}/acme
46 fi