From 4d08de41f15540e066eabfb891dfec05c6dc0a3b Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 3 Oct 2016 10:59:09 +0200 Subject: sys-devel/llvm: Add PDEP on sys-devel/clang-runtime meta --- sys-devel/llvm/llvm-3.9.0.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys-devel') diff --git a/sys-devel/llvm/llvm-3.9.0.ebuild b/sys-devel/llvm/llvm-3.9.0.ebuild index 3f694d16fc60..bd7dfb2d8c6e 100644 --- a/sys-devel/llvm/llvm-3.9.0.ebuild +++ b/sys-devel/llvm/llvm-3.9.0.ebuild @@ -76,7 +76,11 @@ RDEPEND="${COMMON_DEPEND} clang? ( !<=sys-devel/clang-${PV}-r99 ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r2 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )" -PDEPEND="clang? ( =sys-devel/clang-${PV}-r100 ) +PDEPEND=" + clang? ( + =sys-devel/clang-${PV}-r100 + ~sys-devel/clang-runtime-${PV} + ) default-libcxx? ( sys-libs/libcxx ) kernel_Darwin? ( =sys-libs/libcxx-${PV%.*}* )" -- cgit v1.2.3-65-gdbad