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: Sat, 29 Oct 2016 23:13:39
Message-Id: 1477782744.e7e35db554a9e3c48748ac071f9510eb6ce1c6f2.radhermit@gentoo
1 commit: e7e35db554a9e3c48748ac071f9510eb6ce1c6f2
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 23:10:34 2016 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 23:12:24 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7e35db5
7
8 dev-python/pychroot: drop py3.3 support for live ebuild
9
10 dev-python/pychroot/pychroot-9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/pychroot/pychroot-9999.ebuild b/dev-python/pychroot/pychroot-9999.ebuild
14 index b3c192a..c054550 100644
15 --- a/dev-python/pychroot/pychroot-9999.ebuild
16 +++ b/dev-python/pychroot/pychroot-9999.ebuild
17 @@ -3,7 +3,7 @@
18 # $Id$
19
20 EAPI=5
21 -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
22 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
23 inherit distutils-r1
24
25 if [[ ${PV} == *9999 ]] ; then