sys-devel/llvm: Remove stale libomp check, it is PDEP now
authorMichał Górny <mgorny@gentoo.org>
Mon, 3 Oct 2016 09:39:50 +0000 (11:39 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 3 Oct 2016 09:40:03 +0000 (11:40 +0200)
sys-devel/llvm/llvm-3.9.0.ebuild

index bd7dfb2d8c6ec0804a9731782da649232e33b283..f80239a4644cf6d29e32e2f207998331b715409c 100644 (file)
@@ -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
-}