summaryrefslogtreecommitdiff
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
parentsys-devel/llvm: Add PDEP on sys-devel/clang-runtime meta (diff)
downloadgentoo-548bc3237217ed51e83be23feaebd0053e3525f7.tar.gz
gentoo-548bc3237217ed51e83be23feaebd0053e3525f7.tar.bz2
gentoo-548bc3237217ed51e83be23feaebd0053e3525f7.zip
sys-devel/llvm: Remove stale libomp check, it is PDEP now
Diffstat (limited to 'sys-devel')
-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 bd7dfb2d8c6e..f80239a4644c 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
-}