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: Sat, 02 Jun 2018 21:16:24
Message-Id: 1527974163.015e5d68702d389e6642925fc81552cfa7ad2036.prometheanfire@gentoo
1 commit: 015e5d68702d389e6642925fc81552cfa7ad2036
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 2 21:08:44 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 2 21:16:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=015e5d68
7
8 app-crypt/acme: 0.24.0 stable amd64 and x86
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-crypt/acme/acme-0.24.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-crypt/acme/acme-0.24.0.ebuild b/app-crypt/acme/acme-0.24.0.ebuild
16 index 61035085637..1011932ad11 100644
17 --- a/app-crypt/acme/acme-0.24.0.ebuild
18 +++ b/app-crypt/acme/acme-0.24.0.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