sys-libs/libomp: Enable Python 3
authorMichał Górny <mgorny@gentoo.org>
Sat, 20 Jul 2019 21:09:55 +0000 (23:09 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 20 Jul 2019 22:34:51 +0000 (00:34 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-libs/libomp/libomp-9999.ebuild

index a60a4c6ec941ff7befa0ef028d21899854e60f99..9a293c825b662544e40678e133508fdb7083d20b 100644 (file)
@@ -6,7 +6,7 @@ EAPI=7
 : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
 # (needed due to CMAKE_BUILD_TYPE != Gentoo)
 CMAKE_MIN_VERSION=3.7.0-r1
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
 
 inherit cmake-multilib git-r3 linux-info multiprocessing python-any-r1