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/lld/
Date: Sun, 01 Oct 2017 09:03:09
Message-Id: 1506848542.1e3c7009f5149e9cad8c7b29e656284dc1a3f668.mgorny@gentoo
1 commit: 1e3c7009f5149e9cad8c7b29e656284dc1a3f668
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 30 21:38:31 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 1 09:02:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e3c7009
7
8 sys-devel/lld: Fix using external lit
9
10 sys-devel/lld/lld-9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-devel/lld/lld-9999.ebuild b/sys-devel/lld/lld-9999.ebuild
14 index 47e1232800e..89ccfa63807 100644
15 --- a/sys-devel/lld/lld-9999.ebuild
16 +++ b/sys-devel/lld/lld-9999.ebuild
17 @@ -63,7 +63,7 @@ src_configure() {
18 use test && mycmakeargs+=(
19 -DLLVM_BUILD_TESTS=ON
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 cmake-utils_src_configure