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

index af3da08cb2e33d3b675f30f2fd398e7ffdaea2a9..566582dae25c818aee75d51b0f7de720bb56d4ab 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-utils git-r3 llvm multiprocessing python-single-r1 \
        toolchain-funcs