dev-python/babelfish: support Python-3.5

Package-Manager: portage-2.3.0_rc1
This commit is contained in:
Tiziano Müller
2016-06-09 10:52:30 +02:00
parent bd50acc9a6
commit 5f68254969
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} pypy )
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
inherit distutils-r1

View File

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