sys-libs/llvm-libunwind: Remove py2 where possible
authorMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 13:06:21 +0000 (14:06 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 13:26:46 +0000 (14:26 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-libs/llvm-libunwind/llvm-libunwind-10.0.0.9999.ebuild
sys-libs/llvm-libunwind/llvm-libunwind-10.0.0_rc1.ebuild
sys-libs/llvm-libunwind/llvm-libunwind-11.0.0.9999.ebuild
sys-libs/llvm-libunwind/llvm-libunwind-7.1.0.ebuild
sys-libs/llvm-libunwind/llvm-libunwind-8.0.1.ebuild
sys-libs/llvm-libunwind/llvm-libunwind-9.0.1.ebuild

index 3891515f46e9a7bc93d5eb40a934cd165d598263..d622d1cdee5c27af5eadf494af2182bb4ea06f84 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit cmake-multilib llvm llvm.org multiprocessing python-any-r1
 
 DESCRIPTION="C++ runtime stack unwinder from LLVM"
index 3891515f46e9a7bc93d5eb40a934cd165d598263..d622d1cdee5c27af5eadf494af2182bb4ea06f84 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit cmake-multilib llvm llvm.org multiprocessing python-any-r1
 
 DESCRIPTION="C++ runtime stack unwinder from LLVM"
index 3891515f46e9a7bc93d5eb40a934cd165d598263..d622d1cdee5c27af5eadf494af2182bb4ea06f84 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit cmake-multilib llvm llvm.org multiprocessing python-any-r1
 
 DESCRIPTION="C++ runtime stack unwinder from LLVM"
index 9d86d1b2f4250c6549fa4f84b57459cb0c43af1e..595c95f32f1fbf140830bc67ba2039ee80ae0b8f 100644 (file)
@@ -6,7 +6,7 @@ EAPI=6
 : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
 # (needed due to CMAKE_BUILD_TYPE != Gentoo)
 CMAKE_MIN_VERSION=3.7.0-r1
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 inherit cmake-multilib llvm multiprocessing python-any-r1
 
 MY_P=libunwind-${PV/_/}.src
index 7187a32548a4eba61bf44c071b245742f472dfd5..f31969be8e585ea5c3c4cb18db1d54d9471215c1 100644 (file)
@@ -6,7 +6,7 @@ EAPI=6
 : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
 # (needed due to CMAKE_BUILD_TYPE != Gentoo)
 CMAKE_MIN_VERSION=3.7.0-r1
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 inherit cmake-multilib llvm multiprocessing python-any-r1
 
 MY_P=libunwind-${PV/_/}.src
index 39b185ef645865262dac749455f35b96c2863e34..ea533a3c5ebbbfc9a8bfa990671a8ffeda1128ac 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit cmake-multilib llvm llvm.org multiprocessing python-any-r1
 
 DESCRIPTION="C++ runtime stack unwinder from LLVM"