From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8028A13835A for ; Wed, 14 Oct 2020 21:14:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAE7CE0923; Wed, 14 Oct 2020 21:14:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95829E0920 for ; Wed, 14 Oct 2020 21:14:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 642F5340EA6 for ; Wed, 14 Oct 2020 21:14:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D89BB3A5 for ; Wed, 14 Oct 2020 21:14:27 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1602710061.f56e484bcf0cefa1ecde2feed28cc916a4501748.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/llvm-ocaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.9999.ebuild dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.ebuild dev-ml/llvm-ocaml/llvm-ocaml-12.0.0.9999.ebuild X-VCS-Directories: dev-ml/llvm-ocaml/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f56e484bcf0cefa1ecde2feed28cc916a4501748 X-VCS-Branch: master Date: Wed, 14 Oct 2020 21:14:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c4cad891-d27f-4456-8d55-7657b5f3f40b X-Archives-Hash: 653736f47d07d055d4721e4fabc7d8d2 commit: f56e484bcf0cefa1ecde2feed28cc916a4501748 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Wed Oct 14 00:00:00 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 14 21:14:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f56e484b dev-ml/llvm-ocaml: Set used Python interpreter. Required since: https://github.com/llvm/llvm-project/commit/c4c3883b00d3a6aa657a5e3e515c90c9ea1f81c6 Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Michał Górny gentoo.org> dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.9999.ebuild | 3 +++ dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.ebuild | 3 +++ dev-ml/llvm-ocaml/llvm-ocaml-12.0.0.9999.ebuild | 3 +++ 3 files changed, 9 insertions(+) diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.9999.ebuild index 575154be604..a39cfca35bc 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.9999.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-11.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 diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.ebuild index bd90d5141e7..317ad24d0e2 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.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 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 575154be604..a39cfca35bc 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