commit:     9b93b1af6ddd38da1f501344a9a1fab9cb484009
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 30 21:38:03 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct  1 09:02:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b93b1af

dev-ml/llvm-ocaml: Fix using external lit

 dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild 
b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
index b4f26a2e7dd..09f3c414946 100644
--- a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
+++ b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
@@ -98,7 +98,7 @@ src_configure() {
        )
 
        use test && mycmakeargs+=(
-               -DLIT_COMMAND="${EPREFIX}/usr/bin/lit"
+               -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"
        )
 
        # LLVM_ENABLE_ASSERTIONS=NO does not guarantee this for us, #614844

Reply via email to