commit: 15a4bbd9c0d568f69fe3d0ee7cc49fd70c314331
Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 6 10:35:27 2015 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Mon Dec 7 03:59:39 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a4bbd9
dev-python/pylint: add py3.5 support to vn. 1.5.1
Package-Manager: portage-2.2.24
dev-python/pylint/pylint-1.5.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pylint/pylint-1.5.1.ebuild
b/dev-python/pylint/pylint-1.5.1.ebuild
index 50f2174..d4adb71 100644
--- a/dev-python/pylint/pylint-1.5.1.ebuild
+++ b/dev-python/pylint/pylint-1.5.1.ebuild
@@ -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