From 612fb84e607bd5c4c5911bebc7fedfe703d34b2c Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 11 Jun 2019 19:46:19 +0200 Subject: sys-libs/compiler-rt: Enable Python 3 in -9999 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- sys-libs/compiler-rt/compiler-rt-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-libs/compiler-rt') 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 -- cgit v1.2.3-65-gdbad