commit:     eff1977b6fd4ca9266f6d72dbfa7e5ceaf28f980
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  4 13:15:52 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb  4 13:15:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eff1977b

dev-python/babelfish: Remove py2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/babelfish/babelfish-0.5.5-r1.ebuild | 2 +-
 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 707e8a55389..b7ed30df2c2 100644
--- a/dev-python/babelfish/babelfish-0.5.5-r1.ebuild
+++ b/dev-python/babelfish/babelfish-0.5.5-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-python/babelfish/babelfish-9999.ebuild 
b/dev-python/babelfish/babelfish-9999.ebuild
index 90c7394ac00..dcc8f1dacc4 100644
--- a/dev-python/babelfish/babelfish-9999.ebuild
+++ b/dev-python/babelfish/babelfish-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 git-r3
 

Reply via email to