projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3eb4d59
)
sys-libs/libomp: Update clang dep for unconditional wrapper install
author
Michał Górny
<mgorny@gentoo.org>
Sat, 1 Oct 2016 13:02:15 +0000
(15:02 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 1 Oct 2016 13:06:01 +0000
(15:06 +0200)
Depend on sys-devel/clang >= 3.9 since this version installs all ABI
wrappers unconditionally now, therefore removing the need for
MULTILIB_USEDEP and unnecessarily forcing all ABIs on libclang*.
sys-libs/libomp/libomp-9999.ebuild
patch
|
blob
|
history
diff --git
a/sys-libs/libomp/libomp-9999.ebuild
b/sys-libs/libomp/libomp-9999.ebuild
index fe851f1c0c7daa439f1f7aa4165db4e0f390a749..245105c3a3d43ef2312000b32643a81b2bb0e82d 100644
(file)
--- a/
sys-libs/libomp/libomp-9999.ebuild
+++ b/
sys-libs/libomp/libomp-9999.ebuild
@@
-30,7
+30,7
@@
DEPEND="${RDEPEND}
test? (
$(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]')
sys-devel/llvm
- sys-devel/clang[${MULTILIB_USEDEP}]
+ >=sys-devel/clang-3.9.0
)"
python_check_deps() {