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: Tue, 06 Sep 2016 12:56:11
Message-Id: 1473166560.9ad85349cc69fe2d3d9b2f6b0be06e0080dc7f4b.mgorny@gentoo
1 commit: 9ad85349cc69fe2d3d9b2f6b0be06e0080dc7f4b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 6 12:52:22 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 6 12:56:00 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ad85349
7
8 sys-devel/llvm: Move libcxx to PDEP, to avoid circular deps
9
10 sys-devel/llvm/llvm-3.8.1-r2.ebuild | 4 ++--
11 sys-devel/llvm/llvm-3.9.0.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/sys-devel/llvm/llvm-3.8.1-r2.ebuild b/sys-devel/llvm/llvm-3.8.1-r2.ebuild
15 index de892fd..7db30d1 100644
16 --- a/sys-devel/llvm/llvm-3.8.1-r2.ebuild
17 +++ b/sys-devel/llvm/llvm-3.8.1-r2.ebuild
18 @@ -67,10 +67,10 @@ DEPEND="${COMMON_DEPEND}
19 ${PYTHON_DEPS}"
20 RDEPEND="${COMMON_DEPEND}
21 clang? ( !<=sys-devel/clang-${PV}-r99 )
22 - default-libcxx? ( sys-libs/libcxx )
23 abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r2
24 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"
25 -PDEPEND="clang? ( =sys-devel/clang-${PV}-r100 )"
26 +PDEPEND="clang? ( =sys-devel/clang-${PV}-r100 )
27 + default-libcxx? ( sys-libs/libcxx )"
28
29 # pypy gives me around 1700 unresolved tests due to open file limit
30 # being exceeded. probably GC does not close them fast enough.
31
32 diff --git a/sys-devel/llvm/llvm-3.9.0.ebuild b/sys-devel/llvm/llvm-3.9.0.ebuild
33 index d310072..fa91fb5 100644
34 --- a/sys-devel/llvm/llvm-3.9.0.ebuild
35 +++ b/sys-devel/llvm/llvm-3.9.0.ebuild
36 @@ -69,10 +69,10 @@ DEPEND="${COMMON_DEPEND}
37 ${PYTHON_DEPS}"
38 RDEPEND="${COMMON_DEPEND}
39 clang? ( !<=sys-devel/clang-${PV}-r99 )
40 - default-libcxx? ( sys-libs/libcxx )
41 abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r2
42 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"
43 -PDEPEND="clang? ( =sys-devel/clang-${PV}-r100 )"
44 +PDEPEND="clang? ( =sys-devel/clang-${PV}-r100 )
45 + default-libcxx? ( sys-libs/libcxx )"
46
47 # pypy gives me around 1700 unresolved tests due to open file limit
48 # being exceeded. probably GC does not close them fast enough.