diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2016-06-09 10:52:30 +0200 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2016-06-09 10:52:30 +0200 |
commit | 5f68254969b7ab2a87e0990df57667619de44566 (patch) | |
tree | e8d109bd2b9e44a698bbb03eb15869eb19552a58 | |
parent | bd50acc9a63c1748d018773d54cbefa232b80d66 (diff) | |
download | gentoo-5f68254969b7ab2a87e0990df57667619de44566.tar.gz gentoo-5f68254969b7ab2a87e0990df57667619de44566.tar.xz |
dev-python/babelfish: support Python-3.5
Package-Manager: portage-2.3.0_rc1
-rw-r--r-- | dev-python/babelfish/babelfish-0.5.5-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/babelfish/babelfish-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/babelfish/babelfish-0.5.5-r1.ebuild b/dev-python/babelfish/babelfish-0.5.5-r1.ebuild index 9425901924f..f8e0d629296 100644 --- a/dev-python/babelfish/babelfish-0.5.5-r1.ebuild +++ b/dev-python/babelfish/babelfish-0.5.5-r1.ebuild @@ -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 diff --git a/dev-python/babelfish/babelfish-9999.ebuild b/dev-python/babelfish/babelfish-9999.ebuild index e754bb9de0a..1df245671a6 100644 --- a/dev-python/babelfish/babelfish-9999.ebuild +++ b/dev-python/babelfish/babelfish-9999.ebuild @@ -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 |