dev-ml/llvm-ocaml: Set used Python interpreter.

Required since:
c4c3883b00

Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Arfrever Frehtes Taifersar Arahesis
2020-10-14 00:00:00 +00:00
committed by Michał Górny
parent df0613ed75
commit f56e484bcf
3 changed files with 9 additions and 0 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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