dev-python/pylint: add py3.5 support to vn. 1.5.1
authorIan Delaney <idella4@gentoo.org>
Sun, 6 Dec 2015 10:35:27 +0000 (18:35 +0800)
committerIan Delaney <idella4@gentoo.org>
Mon, 7 Dec 2015 03:59:39 +0000 (11:59 +0800)
Package-Manager: portage-2.2.24

dev-python/pylint/pylint-1.5.1.ebuild

index 50f2174a27e458809c55684cb35f342e7f8fd28b..d4adb716d28f0a32119ac31fb68fde2beb122a3b 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1 eutils