sys-libs/libcxx: Dep on >=clang-3.9.0 for target symlinks
authorMichał Górny <mgorny@gentoo.org>
Mon, 3 Oct 2016 12:45:41 +0000 (14:45 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 3 Oct 2016 12:47:37 +0000 (14:47 +0200)
sys-libs/libcxx/libcxx-3.9.0.ebuild
sys-libs/libcxx/libcxx-9999.ebuild

index d466c0f398aa652ab127d75d2f705b46eb56131b..a5594761983147d54dfa33e269ec2decee149288 100644 (file)
@@ -42,8 +42,10 @@ RDEPEND="libcxxrt? ( sys-libs/libcxxrt[libunwind=,static-libs?,${MULTILIB_USEDEP
        !libcxxrt? ( >=sys-devel/gcc-4.7:=[cxx] )"
 # llvm-3.9.0 needed because its cmake files installation path changed, which is
 # needed by libcxx
+# clang-3.9.0 installs necessary target symlinks unconditionally
+# which removes the need for MULTILIB_USEDEP
 DEPEND="${RDEPEND}
-       test? ( sys-devel/clang[${MULTILIB_USEDEP}]
+       test? ( >=sys-devel/clang-3.9.0
                ${PYTHON_DEPS} )
        app-arch/xz-utils
        >=sys-devel/llvm-3.9.0"
index 7f444c79833cc7c70f6811b593fc7aafa216f9a3..909265280944f92b4250744354c751c00edf7232 100644 (file)
@@ -42,8 +42,10 @@ RDEPEND="libcxxrt? ( sys-libs/libcxxrt[libunwind=,static-libs?,${MULTILIB_USEDEP
        !libcxxrt? ( >=sys-devel/gcc-4.7:=[cxx] )"
 # llvm-3.9.0 needed because its cmake files installation path changed, which is
 # needed by libcxx
+# clang-3.9.0 installs necessary target symlinks unconditionally
+# which removes the need for MULTILIB_USEDEP
 DEPEND="${RDEPEND}
-       test? ( sys-devel/clang[${MULTILIB_USEDEP}]
+       test? ( >=sys-devel/clang-3.9.0
                ${PYTHON_DEPS} )
        app-arch/xz-utils
        >=sys-devel/llvm-3.9.0"