From f56e484bcf0cefa1ecde2feed28cc916a4501748 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Wed, 14 Oct 2020 00:00:00 +0000 Subject: dev-ml/llvm-ocaml: Set used Python interpreter. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Required since: https://github.com/llvm/llvm-project/commit/c4c3883b00d3a6aa657a5e3e515c90c9ea1f81c6 Signed-off-by: Arfrever Frehtes Taifersar Arahesis Signed-off-by: Michał Górny --- dev-ml/llvm-ocaml/llvm-ocaml-12.0.0.9999.ebuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dev-ml/llvm-ocaml/llvm-ocaml-12.0.0.9999.ebuild') diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-12.0.0.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-12.0.0.9999.ebuild index 575154be6047..a39cfca35bc6 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-12.0.0.9999.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-12.0.0.9999.ebuild @@ -35,6 +35,7 @@ DEPEND="${RDEPEND}" BDEPEND=" dev-lang/perl dev-ml/findlib + >=dev-util/cmake-3.16 test? ( dev-ml/ounit ) ${PYTHON_DEPS}" @@ -69,6 +70,8 @@ src_configure() { -DLLVM_HOST_TRIPLE="${CHOST}" + -DPython3_EXECUTABLE="${PYTHON}" + # disable go bindings -DGO_EXECUTABLE=GO_EXECUTABLE-NOTFOUND -- cgit v1.2.3-65-gdbad