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/clang/
Date: Mon, 03 Oct 2016 09:40:24
Message-Id: 1475487612.e8bfd68737a96ba7156b32513a2932b10aaccbe9.mgorny@gentoo
1 commit: e8bfd68737a96ba7156b32513a2932b10aaccbe9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 3 09:40:12 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 3 09:40:12 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8bfd687
7
8 sys-devel/clang: Remove stale libomp check, it is PDEP now
9
10 sys-devel/clang/clang-9999.ebuild | 6 ------
11 1 file changed, 6 deletions(-)
12
13 diff --git a/sys-devel/clang/clang-9999.ebuild b/sys-devel/clang/clang-9999.ebuild
14 index 52ebb4d..59d178c 100644
15 --- a/sys-devel/clang/clang-9999.ebuild
16 +++ b/sys-devel/clang/clang-9999.ebuild
17 @@ -268,9 +268,3 @@ multilib_src_install_all() {
18 python_optimize "${ED}"usr/share/scan-view
19 fi
20 }
21 -
22 -pkg_postinst() {
23 - if ! has_version 'sys-libs/libomp'; then
24 - elog "To enable OpenMP support in clang, install sys-libs/libomp."
25 - fi
26 -}