Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme/
Date: Mon, 26 Feb 2018 12:56:44
Message-Id: 1519649737.b2e2c4c84cffefc8b4f43921c4fb751a00426b33.prometheanfire@gentoo
1 commit: b2e2c4c84cffefc8b4f43921c4fb751a00426b33
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 26 12:41:01 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 26 12:55:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2e2c4c8
7
8 app-crypt/acme: 0.21.1 stable amd64 and x86
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-crypt/acme/acme-0.21.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-crypt/acme/acme-0.21.1.ebuild b/app-crypt/acme/acme-0.21.1.ebuild
16 index 61035085637..1011932ad11 100644
17 --- a/app-crypt/acme/acme-0.21.1.ebuild
18 +++ b/app-crypt/acme/acme-0.21.1.ebuild
19 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then
20 S=${WORKDIR}/${P}/${PN}
21 else
22 SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> certbot-${PV}.tar.gz"
23 - KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
24 + KEYWORDS="amd64 ~arm ~ppc64 x86"
25 S=${WORKDIR}/certbot-${PV}/acme
26 fi