projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
548bc32
)
sys-devel/clang: Remove stale libomp check, it is PDEP now
author
Michał Górny
<mgorny@gentoo.org>
Mon, 3 Oct 2016 09:40:12 +0000
(11:40 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 3 Oct 2016 09:40:12 +0000
(11:40 +0200)
sys-devel/clang/clang-9999.ebuild
patch
|
blob
|
history
diff --git
a/sys-devel/clang/clang-9999.ebuild
b/sys-devel/clang/clang-9999.ebuild
index 52ebb4d50252b98c4163d15c72038b6fca61d16b..59d178c0f0407c982f40a2e081fb7b5f2d610673 100644
(file)
--- a/
sys-devel/clang/clang-9999.ebuild
+++ b/
sys-devel/clang/clang-9999.ebuild
@@
-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
-}