Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pecan/
Date: Wed, 30 Aug 2017 19:47:05
Message-Id: 1504122402.991e0867ad67f4535938a224687c8c7eb67f468d.prometheanfire@gentoo
1 commit: 991e0867ad67f4535938a224687c8c7eb67f468d
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 30 19:14:12 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 30 19:46:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=991e0867
7
8 dev-python/pecan: adding python3_6 for chutzpah
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-python/pecan/pecan-1.2.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pecan/pecan-1.2.1.ebuild b/dev-python/pecan/pecan-1.2.1.ebuild
16 index 3021c4cc8f2..07de9692057 100644
17 --- a/dev-python/pecan/pecan-1.2.1.ebuild
18 +++ b/dev-python/pecan/pecan-1.2.1.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
24 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
25
26 inherit distutils-r1