Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme/
Date: Thu, 04 May 2017 17:20:44
Message-Id: 1493918428.4708f874581ad743b7810e3f81435460be3c5f0b.mrueg@gentoo
1 commit: 4708f874581ad743b7810e3f81435460be3c5f0b
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 4 17:20:28 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Thu May 4 17:20:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4708f874
7
8 app-crypt/acme: Add python3_6
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 app-crypt/acme/acme-0.13.0.ebuild | 2 +-
13 app-crypt/acme/acme-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-crypt/acme/acme-0.13.0.ebuild b/app-crypt/acme/acme-0.13.0.ebuild
17 index ce2e17f3d79..69472741cfc 100644
18 --- a/app-crypt/acme/acme-0.13.0.ebuild
19 +++ b/app-crypt/acme/acme-0.13.0.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 -PYTHON_COMPAT=(python{2_7,3_4,3_5})
25 +PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
26
27 if [[ ${PV} == 9999* ]]; then
28 EGIT_REPO_URI="https://github.com/certbot/certbot.git"
29
30 diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild
31 index ce2e17f3d79..69472741cfc 100644
32 --- a/app-crypt/acme/acme-9999.ebuild
33 +++ b/app-crypt/acme/acme-9999.ebuild
34 @@ -2,7 +2,7 @@
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=6
38 -PYTHON_COMPAT=(python{2_7,3_4,3_5})
39 +PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
40
41 if [[ ${PV} == 9999* ]]; then
42 EGIT_REPO_URI="https://github.com/certbot/certbot.git"