summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-10-03 11:40:12 +0200
committerMichał Górny <mgorny@gentoo.org>2016-10-03 11:40:12 +0200
commite8bfd68737a96ba7156b32513a2932b10aaccbe9 (patch)
treec9199fb2c9316fc9e0d9516585c9fbb6ceba599e /sys-devel
parentsys-devel/llvm: Remove stale libomp check, it is PDEP now (diff)
downloadgentoo-e8bfd68737a96ba7156b32513a2932b10aaccbe9.tar.gz
gentoo-e8bfd68737a96ba7156b32513a2932b10aaccbe9.tar.bz2
gentoo-e8bfd68737a96ba7156b32513a2932b10aaccbe9.zip
sys-devel/clang: Remove stale libomp check, it is PDEP now
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/clang/clang-9999.ebuild6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys-devel/clang/clang-9999.ebuild b/sys-devel/clang/clang-9999.ebuild
index 52ebb4d50252..59d178c0f040 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
-}