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-libs/libcxx/
Date: Sun, 01 Oct 2017 09:03:17
Message-Id: 1506848561.27cdd4e24e0428a4ecdb4c54433de2b50b71ad14.mgorny@gentoo
1 commit: 27cdd4e24e0428a4ecdb4c54433de2b50b71ad14
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 30 21:42:57 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 1 09:02:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27cdd4e2
7
8 sys-libs/libcxx: Remove obsolete LLVM_MAIN_SRCDIR hack
9
10 sys-libs/libcxx/libcxx-9999.ebuild | 3 ---
11 1 file changed, 3 deletions(-)
12
13 diff --git a/sys-libs/libcxx/libcxx-9999.ebuild b/sys-libs/libcxx/libcxx-9999.ebuild
14 index 185ed102480..17104067dfd 100644
15 --- a/sys-libs/libcxx/libcxx-9999.ebuild
16 +++ b/sys-libs/libcxx/libcxx-9999.ebuild
17 @@ -135,9 +135,6 @@ multilib_src_configure() {
18
19 if use test; then
20 mycmakeargs+=(
21 - # this can be any directory, it just needs to exist...
22 - # FIXME: remove this once https://reviews.llvm.org/D25093 is merged
23 - -DLLVM_MAIN_SRC_DIR="${T}"
24 -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"
25 -DLLVM_LIT_ARGS="-vv"
26 )