dev-libs/keystone: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 11:52:46 +0000 (12:52 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 12:15:57 +0000 (13:15 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-libs/keystone/keystone-0.9.1.ebuild
dev-libs/keystone/keystone-9999.ebuild

index ef3af7af6a90a6ca57b60a75e0b76dabd7d924d7..eefe42cfab596c061f1df5d12516a8a1e19acde0 100644 (file)
@@ -5,7 +5,7 @@ EAPI=6
 
 DISTUTILS_OPTIONAL=1
 CMAKE_MIN_VERSION=3.8.7
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit cmake-utils distutils-r1 llvm
 
index dee4972706b5e0f288d17909380707147993e984..dba275576bed81842f34fffaf4655a8c770e9476 100644 (file)
@@ -5,7 +5,7 @@ EAPI=6
 
 DISTUTILS_OPTIONAL=1
 CMAKE_MIN_VERSION=3.8.7
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit cmake-utils distutils-r1