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: Tue, 09 Jan 2018 02:04:16
Message-Id: 1515432574.a61f69ae539244b696cc8619c23166ffea355330.prometheanfire@gentoo
1 commit: a61f69ae539244b696cc8619c23166ffea355330
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 8 17:15:44 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 8 17:29:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a61f69ae
7
8 app-crypt/acme: 0.20.0 bup
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 app-crypt/acme/acme-0.20.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-crypt/acme/acme-0.20.0.ebuild b/app-crypt/acme/acme-0.20.0.ebuild
16 index 81cab6d823e..91d9aa0f2d6 100644
17 --- a/app-crypt/acme/acme-0.20.0.ebuild
18 +++ b/app-crypt/acme/acme-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/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