summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-06-11 19:46:19 +0200
committerMichał Górny <mgorny@gentoo.org>2019-06-11 19:46:19 +0200
commit612fb84e607bd5c4c5911bebc7fedfe703d34b2c (patch)
tree7a18ebd369f2d8d189e7e42560098588c4729550 /sys-libs
parentdev-ml/llvm-ocaml: Enable Python 3 in -9999 (diff)
downloadgentoo-612fb84e607bd5c4c5911bebc7fedfe703d34b2c.tar.gz
gentoo-612fb84e607bd5c4c5911bebc7fedfe703d34b2c.tar.bz2
gentoo-612fb84e607bd5c4c5911bebc7fedfe703d34b2c.zip
sys-libs/compiler-rt: Enable Python 3 in -9999
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/compiler-rt/compiler-rt-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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