commit:     95caf3dd3b8ab50b29d8e95de8e87aaa843b9193
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  1 13:02:15 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct  1 13:06:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95caf3dd

sys-libs/libomp: Update clang dep for unconditional wrapper install

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libomp/libomp-9999.ebuild 
b/sys-libs/libomp/libomp-9999.ebuild
index fe851f1..245105c 100644
--- a/sys-libs/libomp/libomp-9999.ebuild
+++ b/sys-libs/libomp/libomp-9999.ebuild
@@ -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() {

Reply via email to