Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-apache/
Date: Fri, 27 Oct 2017 21:28:47
Message-Id: 1509139716.361bf8a81d6a575c833cf35881ee5c4b1da20683.dilfridge@gentoo
1 commit: 361bf8a81d6a575c833cf35881ee5c4b1da20683
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 27 21:28:13 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 27 21:28:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=361bf8a8
7
8 app-crypt/certbot-apache: Works just fine on x86.
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 app-crypt/certbot-apache/certbot-apache-0.19.0.ebuild | 2 +-
13 app-crypt/certbot-apache/certbot-apache-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-crypt/certbot-apache/certbot-apache-0.19.0.ebuild b/app-crypt/certbot-apache/certbot-apache-0.19.0.ebuild
17 index 93bc9555195..6dd43da7e5b 100644
18 --- a/app-crypt/certbot-apache/certbot-apache-0.19.0.ebuild
19 +++ b/app-crypt/certbot-apache/certbot-apache-0.19.0.ebuild
20 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then
21 S=${WORKDIR}/${P}/${PN}
22 else
23 SRC_URI="https://github.com/${PN%-apache}/${PN%-apache}/archive/v${PV}.tar.gz -> ${PN%-apache}-${PV}.tar.gz"
24 - KEYWORDS="~amd64"
25 + KEYWORDS="~amd64 ~x86"
26 S=${WORKDIR}/${PN%-apache}-${PV}/${PN}
27 fi
28
29
30 diff --git a/app-crypt/certbot-apache/certbot-apache-9999.ebuild b/app-crypt/certbot-apache/certbot-apache-9999.ebuild
31 index 93bc9555195..6dd43da7e5b 100644
32 --- a/app-crypt/certbot-apache/certbot-apache-9999.ebuild
33 +++ b/app-crypt/certbot-apache/certbot-apache-9999.ebuild
34 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then
35 S=${WORKDIR}/${P}/${PN}
36 else
37 SRC_URI="https://github.com/${PN%-apache}/${PN%-apache}/archive/v${PV}.tar.gz -> ${PN%-apache}-${PV}.tar.gz"
38 - KEYWORDS="~amd64"
39 + KEYWORDS="~amd64 ~x86"
40 S=${WORKDIR}/${PN%-apache}-${PV}/${PN}
41 fi