Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libomp/
Date: Sat, 01 Oct 2016 13:06:13
Message-Id: 1475327161.95caf3dd3b8ab50b29d8e95de8e87aaa843b9193.mgorny@gentoo
1 commit: 95caf3dd3b8ab50b29d8e95de8e87aaa843b9193
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 1 13:02:15 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 1 13:06:01 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95caf3dd
7
8 sys-libs/libomp: Update clang dep for unconditional wrapper install
9
10 Depend on sys-devel/clang >= 3.9 since this version installs all ABI
11 wrappers unconditionally now, therefore removing the need for
12 MULTILIB_USEDEP and unnecessarily forcing all ABIs on libclang*.
13
14 sys-libs/libomp/libomp-9999.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-libs/libomp/libomp-9999.ebuild b/sys-libs/libomp/libomp-9999.ebuild
18 index fe851f1..245105c 100644
19 --- a/sys-libs/libomp/libomp-9999.ebuild
20 +++ b/sys-libs/libomp/libomp-9999.ebuild
21 @@ -30,7 +30,7 @@ DEPEND="${RDEPEND}
22 test? (
23 $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]')
24 sys-devel/llvm
25 - sys-devel/clang[${MULTILIB_USEDEP}]
26 + >=sys-devel/clang-3.9.0
27 )"
28
29 python_check_deps() {