Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pychroot/
Date: Mon, 27 Feb 2017 01:48:29
Message-Id: 1488159995.093bde28215bec2651838aa8701f1538d4253fba.radhermit@gentoo
1 commit: 093bde28215bec2651838aa8701f1538d4253fba
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 01:42:04 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 01:46:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=093bde28
7
8 dev-python/pychroot: add py36 support
9
10 dev-python/pychroot/pychroot-9999.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-python/pychroot/pychroot-9999.ebuild b/dev-python/pychroot/pychroot-9999.ebuild
14 index c05455073e..77e43209a1 100644
15 --- a/dev-python/pychroot/pychroot-9999.ebuild
16 +++ b/dev-python/pychroot/pychroot-9999.ebuild
17 @@ -1,9 +1,9 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 EAPI=5
24 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
25 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
26 inherit distutils-r1
27
28 if [[ ${PV} == *9999 ]] ; then