diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-06-11 19:44:28 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-06-11 19:44:28 +0200 |
commit | 790cbfebed9c91ff3f2164667db41b40268330e8 (patch) | |
tree | 3714a4eff42301b5cd4e961965d5851cc5b0cc25 /dev-ml | |
parent | sys-devel/clang: Enable Python 3 in -9999 (diff) | |
download | gentoo-790cbfebed9c91ff3f2164667db41b40268330e8.tar.gz gentoo-790cbfebed9c91ff3f2164667db41b40268330e8.tar.bz2 gentoo-790cbfebed9c91ff3f2164667db41b40268330e8.zip |
dev-ml/llvm-ocaml: Enable Python 3 in -9999
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild index 1f5f6bf010e1..eb4bb8c24833 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 git-r3 llvm multiprocessing python-any-r1 |