Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/llvm-ocaml/
Date: Sun, 01 Oct 2017 09:03:08
Message-Id: 1506848540.9b93b1af6ddd38da1f501344a9a1fab9cb484009.mgorny@gentoo
1 commit: 9b93b1af6ddd38da1f501344a9a1fab9cb484009
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 30 21:38:03 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 1 09:02:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b93b1af
7
8 dev-ml/llvm-ocaml: Fix using external lit
9
10 dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
14 index b4f26a2e7dd..09f3c414946 100644
15 --- a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
16 +++ b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
17 @@ -98,7 +98,7 @@ src_configure() {
18 )
19
20 use test && mycmakeargs+=(
21 - -DLIT_COMMAND="${EPREFIX}/usr/bin/lit"
22 + -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"
23 )
24
25 # LLVM_ENABLE_ASSERTIONS=NO does not guarantee this for us, #614844