dev-python/babelfish: support Python-3.5
authorTiziano Müller <dev-zero@gentoo.org>
Thu, 9 Jun 2016 08:52:30 +0000 (10:52 +0200)
committerTiziano Müller <dev-zero@gentoo.org>
Thu, 9 Jun 2016 08:52:30 +0000 (10:52 +0200)
Package-Manager: portage-2.3.0_rc1

dev-python/babelfish/babelfish-0.5.5-r1.ebuild
dev-python/babelfish/babelfish-9999.ebuild

index 9425901924f94cb3dcfdd3065c8e69c6711a45de..f8e0d62929652419015e6c1eec3502b7475f737c 100644 (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
 
index e754bb9de0ae0904ca1c05bf6c085cdce4faf1d9..1df245671a6a8e2948cf5cb2b3edb8ea4cb44e36 100644 (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