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-nginx/
Date: Tue, 09 Jan 2018 02:00:16
Message-Id: 1515432577.a57d4121ca930b4e79ccb04be6fa38cc1034d767.prometheanfire@gentoo
1 commit: a57d4121ca930b4e79ccb04be6fa38cc1034d767
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 8 17:19:07 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 8 17:29:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a57d4121
7
8 app-crypt/certbot-nginx: 0.20.0 stable amd64 and x86
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 app-crypt/certbot-nginx/certbot-nginx-0.20.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 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 94d8fd92279..ad1524f82a0 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 @@ -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%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> ${PN%-nginx}-${PV}.tar.gz"
29 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
30 + KEYWORDS="amd64 ~arm ~arm64 x86"
31 S=${WORKDIR}/${PN%-nginx}-${PV}/${PN}
32 fi