sys-libs/compiler-rt-sanitizers: Enable Python 3 in -9999
authorMichał Górny <mgorny@gentoo.org>
Tue, 11 Jun 2019 18:03:01 +0000 (20:03 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 11 Jun 2019 18:03:01 +0000 (20:03 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-9999.ebuild

index 61271f31abe47fe17f123961fdeca4a37f10db73..395528b7e4280b1257334ab8075059cf07156185 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=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
 
 inherit check-reqs cmake-utils flag-o-matic git-r3 llvm \
        multiprocessing python-any-r1