sys-libs/libomp: Update clang dep for unconditional wrapper install
authorMichał Górny <mgorny@gentoo.org>
Sat, 1 Oct 2016 13:02:15 +0000 (15:02 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 1 Oct 2016 13:06:01 +0000 (15:06 +0200)
Depend on sys-devel/clang >= 3.9 since this version installs all ABI
wrappers unconditionally now, therefore removing the need for
MULTILIB_USEDEP and unnecessarily forcing all ABIs on libclang*.

sys-libs/libomp/libomp-9999.ebuild

index fe851f1c0c7daa439f1f7aa4165db4e0f390a749..245105c3a3d43ef2312000b32643a81b2bb0e82d 100644 (file)
@@ -30,7 +30,7 @@ DEPEND="${RDEPEND}
        test? (
                $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]')
                sys-devel/llvm
-               sys-devel/clang[${MULTILIB_USEDEP}]
+               >=sys-devel/clang-3.9.0
        )"
 
 python_check_deps() {