dev-python/guessit: add python-3.5 support

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

guessit-9999 is omitted as upstream repo is in borked state.
Can't build it properly even with Python-3.4 atm.

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:45:05 +03:00
committed by Patrice Clement
parent 24bb5d63c9
commit 9f9d19bf2e
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} )
inherit distutils-r1

View File

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