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