dev-python/clang-python: Enable python3* for all 5.0* versions
authorMichał Górny <mgorny@gentoo.org>
Sat, 2 Dec 2017 20:05:58 +0000 (21:05 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 2 Dec 2017 20:15:56 +0000 (21:15 +0100)
Closes: https://bugs.gentoo.org/639128

dev-python/clang-python/clang-python-5.0.0.ebuild
dev-python/clang-python/clang-python-5.0.1_rc2.ebuild
dev-python/clang-python/clang-python-5.0.9999.ebuild

index 20a45b1a0c78299df2848cd8c15cb00c5317644e..d652274a033e20aab38f18100588052910ae4323 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 inherit python-r1
 
 DESCRIPTION="Python bindings for sys-devel/clang"
index 97dd5ec33bf1ff7a03dc76131d3129d48099077e..0857843349fff1722e44c1923ffe4fa024a3b848 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 inherit python-r1
 
 MY_P=cfe-${PV/_/}.src
index 6741f96368016061d00f395c1a8ce1f649315364..4e4190e443d96c45086d72aefc22d75b712c55ed 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 inherit git-r3 python-r1
 
 DESCRIPTION="Python bindings for sys-devel/clang"