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: Mon, 03 Oct 2016 09:38:53
Message-Id: 1475487520.4d08de41f15540e066eabfb891dfec05c6dc0a3b.mgorny@gentoo
1 commit: 4d08de41f15540e066eabfb891dfec05c6dc0a3b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 3 08:59:09 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 3 09:38:40 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d08de41
7
8 sys-devel/llvm: Add PDEP on sys-devel/clang-runtime meta
9
10 sys-devel/llvm/llvm-3.9.0.ebuild | 6 +++++-
11 1 file changed, 5 insertions(+), 1 deletion(-)
12
13 diff --git a/sys-devel/llvm/llvm-3.9.0.ebuild b/sys-devel/llvm/llvm-3.9.0.ebuild
14 index 3f694d1..bd7dfb2 100644
15 --- a/sys-devel/llvm/llvm-3.9.0.ebuild
16 +++ b/sys-devel/llvm/llvm-3.9.0.ebuild
17 @@ -76,7 +76,11 @@ RDEPEND="${COMMON_DEPEND}
18 clang? ( !<=sys-devel/clang-${PV}-r99 )
19 abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r2
20 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"
21 -PDEPEND="clang? ( =sys-devel/clang-${PV}-r100 )
22 +PDEPEND="
23 + clang? (
24 + =sys-devel/clang-${PV}-r100
25 + ~sys-devel/clang-runtime-${PV}
26 + )
27 default-libcxx? ( sys-libs/libcxx )
28 kernel_Darwin? ( =sys-libs/libcxx-${PV%.*}* )"