dev-python/enzyme: add python-3.5 support

Tested by me against dev-lang/python-3.5.2:3.5/3.5m

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/1964

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
Ilya Tumaykin
2016-07-25 18:40:49 +03:00
committed by Patrice Clement
parent b87ce87928
commit 55f3f69ecd
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
PYTHON_REQ_USE='xml(+)'
inherit distutils-r1

View File

@@ -4,7 +4,7 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
PYTHON_REQ_USE='xml(+)'
inherit distutils-r1 git-r3