dev-python/clang-python: Enable python3* for all 5.0* versions

Closes: https://bugs.gentoo.org/639128
This commit is contained in:
Michał Górny
2017-12-02 21:05:58 +01:00
parent 58eeac5924
commit 725ba7e323
3 changed files with 3 additions and 3 deletions

View 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"

View 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

View 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"