diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-06-11 19:46:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-06-11 19:46:19 +0200 |
commit | 612fb84e607bd5c4c5911bebc7fedfe703d34b2c (patch) | |
tree | 7a18ebd369f2d8d189e7e42560098588c4729550 /sys-libs | |
parent | dev-ml/llvm-ocaml: Enable Python 3 in -9999 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |