From: Michał Górny Date: Tue, 11 Jun 2019 17:46:19 +0000 (+0200) Subject: sys-libs/compiler-rt: Enable Python 3 in -9999 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=612fb84e607bd5c4c5911bebc7fedfe703d34b2c;p=gentoo.git sys-libs/compiler-rt: Enable Python 3 in -9999 Signed-off-by: Michał Górny --- diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild b/sys-libs/compiler-rt/compiler-rt-9999.ebuild index 75c4024449f6..7d24d1c68fca 100644 --- a/sys-libs/compiler-rt/compiler-rt-9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-9999.ebuild @@ -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 cmake-utils flag-o-matic git-r3 llvm multiprocessing \ python-any-r1 toolchain-funcs