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

index 52ebb4d50252b98c4163d15c72038b6fca61d16b..59d178c0f0407c982f40a2e081fb7b5f2d610673 100644 (file)
@@ -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
-}