Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-nginx/
Date: Sat, 03 Mar 2018 09:47:03
Message-Id: 1520070414.405a331d5d5c1c3e3d9eaa8ddad95df055d65cf9.mgorny@gentoo
1 commit: 405a331d5d5c1c3e3d9eaa8ddad95df055d65cf9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 3 09:34:21 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 3 09:46:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=405a331d
7
8 app-crypt/certbot-nginx: Dekeyword ~arm64 due to deps
9
10 app-crypt/certbot-nginx/certbot-nginx-0.20.0.ebuild | 2 +-
11 app-crypt/certbot-nginx/certbot-nginx-0.21.1.ebuild | 2 +-
12 app-crypt/certbot-nginx/certbot-nginx-9999.ebuild | 2 +-
13 3 files changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/app-crypt/certbot-nginx/certbot-nginx-0.20.0.ebuild b/app-crypt/certbot-nginx/certbot-nginx-0.20.0.ebuild
16 index ad1524f82a0..d8d4c6b6a24 100644
17 --- a/app-crypt/certbot-nginx/certbot-nginx-0.20.0.ebuild
18 +++ b/app-crypt/certbot-nginx/certbot-nginx-0.20.0.ebuild
19 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then
20 S=${WORKDIR}/${P}/${PN}
21 else
22 SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> ${PN%-nginx}-${PV}.tar.gz"
23 - KEYWORDS="amd64 ~arm ~arm64 x86"
24 + KEYWORDS="amd64 ~arm x86"
25 S=${WORKDIR}/${PN%-nginx}-${PV}/${PN}
26 fi
27
28
29 diff --git a/app-crypt/certbot-nginx/certbot-nginx-0.21.1.ebuild b/app-crypt/certbot-nginx/certbot-nginx-0.21.1.ebuild
30 index ad1524f82a0..d8d4c6b6a24 100644
31 --- a/app-crypt/certbot-nginx/certbot-nginx-0.21.1.ebuild
32 +++ b/app-crypt/certbot-nginx/certbot-nginx-0.21.1.ebuild
33 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then
34 S=${WORKDIR}/${P}/${PN}
35 else
36 SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> ${PN%-nginx}-${PV}.tar.gz"
37 - KEYWORDS="amd64 ~arm ~arm64 x86"
38 + KEYWORDS="amd64 ~arm x86"
39 S=${WORKDIR}/${PN%-nginx}-${PV}/${PN}
40 fi
41
42
43 diff --git a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
44 index 94d8fd92279..d267c60f775 100644
45 --- a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
46 +++ b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
47 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then
48 S=${WORKDIR}/${P}/${PN}
49 else
50 SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> ${PN%-nginx}-${PV}.tar.gz"
51 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
52 + KEYWORDS="~amd64 ~arm ~x86"
53 S=${WORKDIR}/${PN%-nginx}-${PV}/${PN}
54 fi