Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mccabe/
Date: Tue, 24 Nov 2015 07:13:13
Message-Id: 1448349034.1ce209a99d8b6f4248b33f6aed0d85cff03a1000.jlec@gentoo
1 commit: 1ce209a99d8b6f4248b33f6aed0d85cff03a1000
2 Author: Sean Vig <sean.v.775 <AT> gmail <DOT> com>
3 AuthorDate: Mon Nov 23 14:47:41 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 24 07:10:34 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce209a9
7
8 dev-python/mccabe: Add python3_5 target
9
10 dev-python/mccabe/mccabe-0.3.1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/mccabe/mccabe-0.3.1.ebuild b/dev-python/mccabe/mccabe-0.3.1.ebuild
14 index 11d4004..b6d0c81 100644
15 --- a/dev-python/mccabe/mccabe-0.3.1.ebuild
16 +++ b/dev-python/mccabe/mccabe-0.3.1.ebuild
17 @@ -4,7 +4,7 @@
18
19 EAPI=5
20
21 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
22 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
23
24 inherit distutils-r1