From 95caf3dd3b8ab50b29d8e95de8e87aaa843b9193 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 1 Oct 2016 15:02:15 +0200 Subject: [PATCH] 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 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() { -- 2.26.2