net-misc/omniORB: Remove py2.7
authorMichał Górny <mgorny@gentoo.org>
Thu, 7 May 2020 15:13:05 +0000 (17:13 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 7 May 2020 15:13:05 +0000 (17:13 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-misc/omniORB/omniORB-4.2.2.ebuild

index 11410f97fd723aa65bce861e73b72316b74a02ad..62f67c23cdc95a03c6d3fa752c2005d913e233b2 100644 (file)
@@ -8,7 +8,7 @@ EAPI=7
 # consistency we have to force it to use one that we specify. The
 # highest version the configure script will accept is python-3.3, but
 # that's on it's way out, so we prefer to stick with python-2.7 for now.
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit python-single-r1