diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-12-06 18:35:27 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-12-07 11:59:39 +0800 |
commit | 15a4bbd9c0d568f69fe3d0ee7cc49fd70c314331 (patch) | |
tree | ee2a28c490366ea510d6a82dc21610e1547bd00d /dev-python/pylint | |
parent | dev-python/placefinder: app py3.5 support to vn. 0.3 (diff) | |
download | gentoo-15a4bbd9c0d568f69fe3d0ee7cc49fd70c314331.tar.gz gentoo-15a4bbd9c0d568f69fe3d0ee7cc49fd70c314331.tar.bz2 gentoo-15a4bbd9c0d568f69fe3d0ee7cc49fd70c314331.zip |
dev-python/pylint: add py3.5 support to vn. 1.5.1
Package-Manager: portage-2.2.24
Diffstat (limited to 'dev-python/pylint')
-rw-r--r-- | dev-python/pylint/pylint-1.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pylint/pylint-1.5.1.ebuild b/dev-python/pylint/pylint-1.5.1.ebuild index 50f2174a27e4..d4adb716d28f 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 |