dev-python/clang-python: Enable python3
authorMichał Górny <mgorny@gentoo.org>
Tue, 7 Nov 2017 18:50:48 +0000 (19:50 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 7 Nov 2017 18:51:51 +0000 (19:51 +0100)
Closes: https://bugs.gentoo.org/635846

dev-python/clang-python/clang-python-9999.ebuild

index dbdb74a06f05ea7954bb533817a828bcfff8437e..9e661ff1a4b70459023e3c6f3a3c9108141430f9 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"