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/certbot-apache/
Date: Tue, 09 Jan 2018 02:01:14
Message-Id: 1515432576.b9de352348d6c7936b92d0140d3dbab343dd7cc2.prometheanfire@gentoo
1 commit: b9de352348d6c7936b92d0140d3dbab343dd7cc2
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 8 17:18:31 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 8 17:29:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9de3523
7
8 app-crypt/certbot-apache: 0.20.0 stable amd64 and x86
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 app-crypt/certbot-apache/certbot-apache-0.20.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-crypt/certbot-apache/certbot-apache-0.20.0.ebuild b/app-crypt/certbot-apache/certbot-apache-0.20.0.ebuild
16 index 6dd43da7e5b..d49cea75397 100644
17 --- a/app-crypt/certbot-apache/certbot-apache-0.20.0.ebuild
18 +++ b/app-crypt/certbot-apache/certbot-apache-0.20.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then
26 S=${WORKDIR}/${P}/${PN}
27 else
28 SRC_URI="https://github.com/${PN%-apache}/${PN%-apache}/archive/v${PV}.tar.gz -> ${PN%-apache}-${PV}.tar.gz"
29 - KEYWORDS="~amd64 ~x86"
30 + KEYWORDS="amd64 x86"
31 S=${WORKDIR}/${PN%-apache}-${PV}/${PN}
32 fi