summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-10-01 15:02:15 +0200
committerMichał Górny <mgorny@gentoo.org>2016-10-01 15:06:01 +0200
commit95caf3dd3b8ab50b29d8e95de8e87aaa843b9193 (patch)
tree7146306b81b9a5b579ff3846243b89808a231ae4 /sys-libs
parentsys-devel/clang: Use installed lit for tests (diff)
downloadgentoo-95caf3dd3b8ab50b29d8e95de8e87aaa843b9193.tar.gz
gentoo-95caf3dd3b8ab50b29d8e95de8e87aaa843b9193.tar.bz2
gentoo-95caf3dd3b8ab50b29d8e95de8e87aaa843b9193.zip
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*.
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/libomp/libomp-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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() {