diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-10-03 10:59:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-10-03 11:38:40 +0200 |
commit | 4d08de41f15540e066eabfb891dfec05c6dc0a3b (patch) | |
tree | 9d64ec5ec7ddbfc6c528bae4142b1e8cd530de99 /sys-devel/llvm | |
parent | sys-devel/clang: Add PDEP on sys-devel/clang-runtime meta (diff) | |
download | gentoo-4d08de41f15540e066eabfb891dfec05c6dc0a3b.tar.gz gentoo-4d08de41f15540e066eabfb891dfec05c6dc0a3b.tar.bz2 gentoo-4d08de41f15540e066eabfb891dfec05c6dc0a3b.zip |
sys-devel/llvm: Add PDEP on sys-devel/clang-runtime meta
Diffstat (limited to 'sys-devel/llvm')
-rw-r--r-- | sys-devel/llvm/llvm-3.9.0.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
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%.*}* )" |