From: Michał Górny Date: Sat, 1 Oct 2016 13:02:15 +0000 (+0200) Subject: sys-libs/libomp: Update clang dep for unconditional wrapper install X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=95caf3dd3b8ab50b29d8e95de8e87aaa843b9193;p=gentoo.git 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*. --- diff --git a/sys-libs/libomp/libomp-9999.ebuild b/sys-libs/libomp/libomp-9999.ebuild index fe851f1c0c7d..245105c3a3d4 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() {