commit: e8bfd68737a96ba7156b32513a2932b10aaccbe9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 3 09:40:12 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 3 09:40:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8bfd687
sys-devel/clang: Remove stale libomp check, it is PDEP now
sys-devel/clang/clang-9999.ebuild | 6 ------
1 file changed, 6 deletions(-)
diff --git a/sys-devel/clang/clang-9999.ebuild
b/sys-devel/clang/clang-9999.ebuild
index 52ebb4d..59d178c 100644
--- a/sys-devel/clang/clang-9999.ebuild
+++ b/sys-devel/clang/clang-9999.ebuild
@@ -268,9 +268,3 @@ multilib_src_install_all() {
python_optimize "${ED}"usr/share/scan-view
fi
}
-
-pkg_postinst() {
- if ! has_version 'sys-libs/libomp'; then
- elog "To enable OpenMP support in clang, install
sys-libs/libomp."
- fi
-}