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/
Date: Tue, 09 Jan 2018 02:01:39
Message-Id: 1515432575.9e982bb5bdcaff8d533855e8e0dc63c9b3e6d0a9.prometheanfire@gentoo
1 commit: 9e982bb5bdcaff8d533855e8e0dc63c9b3e6d0a9
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 8 17:17:15 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 8 17:29:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e982bb5
7
8 app-crypt/certbot: 0.20.0 stable amd64 and x86
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 app-crypt/certbot/certbot-0.20.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-crypt/certbot/certbot-0.20.0.ebuild b/app-crypt/certbot/certbot-0.20.0.ebuild
16 index ce2ba763042..f67006191db 100644
17 --- a/app-crypt/certbot/certbot-0.20.0.ebuild
18 +++ b/app-crypt/certbot/certbot-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 @@ -9,7 +9,7 @@ if [[ ${PV} == 9999* ]]; then
26 inherit git-r3
27 else
28 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29 - KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
30 + KEYWORDS="amd64 ~arm ~ppc64 x86"
31 fi
32
33 inherit distutils-r1