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-devel/llvm/
Date: Mon, 03 Oct 2016 09:40:23
Message-Id: 1475487603.548bc3237217ed51e83be23feaebd0053e3525f7.mgorny@gentoo
1 commit: 548bc3237217ed51e83be23feaebd0053e3525f7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 3 09:39:50 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 3 09:40:03 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548bc323
7
8 sys-devel/llvm: Remove stale libomp check, it is PDEP now
9
10 sys-devel/llvm/llvm-3.9.0.ebuild | 6 ------
11 1 file changed, 6 deletions(-)
12
13 diff --git a/sys-devel/llvm/llvm-3.9.0.ebuild b/sys-devel/llvm/llvm-3.9.0.ebuild
14 index bd7dfb2..f80239a 100644
15 --- a/sys-devel/llvm/llvm-3.9.0.ebuild
16 +++ b/sys-devel/llvm/llvm-3.9.0.ebuild
17 @@ -527,9 +527,3 @@ multilib_src_install_all() {
18 fi
19 fi
20 }
21 -
22 -pkg_postinst() {
23 - if use clang && ! has_version 'sys-libs/libomp'; then
24 - elog "To enable OpenMP support in clang, install sys-libs/libomp."
25 - fi
26 -}