summaryrefslogtreecommitdiff
path: root/sys-devel/llvm
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-10-03 11:39:50 +0200
committerMichał Górny <mgorny@gentoo.org>2016-10-03 11:40:03 +0200
commit548bc3237217ed51e83be23feaebd0053e3525f7 (patch)
tree0c78ab5cc909e7cef1e434260d7d6008d68aa51d /sys-devel/llvm
parent4d08de41f15540e066eabfb891dfec05c6dc0a3b (diff)
downloadgentoo-548bc3237217ed51e83be23feaebd0053e3525f7.tar.gz
gentoo-548bc3237217ed51e83be23feaebd0053e3525f7.tar.xz
sys-devel/llvm: Remove stale libomp check, it is PDEP now
Diffstat (limited to 'sys-devel/llvm')
-rw-r--r--sys-devel/llvm/llvm-3.9.0.ebuild6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys-devel/llvm/llvm-3.9.0.ebuild b/sys-devel/llvm/llvm-3.9.0.ebuild
index bd7dfb2d8c6..f80239a4644 100644
--- a/sys-devel/llvm/llvm-3.9.0.ebuild
+++ b/sys-devel/llvm/llvm-3.9.0.ebuild
@@ -527,9 +527,3 @@ multilib_src_install_all() {
fi
fi
}
-
-pkg_postinst() {
- if use clang && ! has_version 'sys-libs/libomp'; then
- elog "To enable OpenMP support in clang, install sys-libs/libomp."
- fi
-}