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