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

sys-devel/llvm: Fix using external lit

 sys-devel/llvm/llvm-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
index c1fd48b6c2b..f5b134b5333 100644
--- a/sys-devel/llvm/llvm-9999.ebuild
+++ b/sys-devel/llvm/llvm-9999.ebuild
@@ -139,7 +139,7 @@ multilib_src_configure() {
 #      fi
 
        use test && mycmakeargs+=(
-               -DLIT_COMMAND="${EPREFIX}/usr/bin/lit"
+               -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"
        )
 
        if multilib_is_native_abi; then

Reply via email to