commit: 1ce209a99d8b6f4248b33f6aed0d85cff03a1000
Author: Sean Vig <sean.v.775 <AT> gmail <DOT> com>
AuthorDate: Mon Nov 23 14:47:41 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Nov 24 07:10:34 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce209a9
dev-python/mccabe: Add python3_5 target
dev-python/mccabe/mccabe-0.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/mccabe/mccabe-0.3.1.ebuild
b/dev-python/mccabe/mccabe-0.3.1.ebuild
index 11d4004..b6d0c81 100644
--- a/dev-python/mccabe/mccabe-0.3.1.ebuild
+++ b/dev-python/mccabe/mccabe-0.3.1.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit distutils-r1