From: Michał Górny Date: Mon, 3 Oct 2016 09:39:50 +0000 (+0200) Subject: sys-devel/llvm: Remove stale libomp check, it is PDEP now X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=548bc3237217ed51e83be23feaebd0053e3525f7;p=gentoo.git sys-devel/llvm: Remove stale libomp check, it is PDEP now --- 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 -}