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: sys-devel/llvm/
Date: Sun, 01 Oct 2017 09:03:09
Message-Id: 1506848538.db8d2d9af65d31b3c893e400626b5a6872f9cd12.mgorny@gentoo
1 commit: db8d2d9af65d31b3c893e400626b5a6872f9cd12
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 30 21:32:02 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 1 09:02:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db8d2d9a
7
8 sys-devel/llvm: Fix using external lit
9
10 sys-devel/llvm/llvm-9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
14 index c1fd48b6c2b..f5b134b5333 100644
15 --- a/sys-devel/llvm/llvm-9999.ebuild
16 +++ b/sys-devel/llvm/llvm-9999.ebuild
17 @@ -139,7 +139,7 @@ multilib_src_configure() {
18 # fi
19
20 use test && mycmakeargs+=(
21 - -DLIT_COMMAND="${EPREFIX}/usr/bin/lit"
22 + -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"
23 )
24
25 if multilib_is_native_abi; then