4re / vapoursynth-portage

Unofficial portage tree with all VapourSynth related ebuilds
25 stars 11 forks source link

media-plugins/vapoursynth-muvsfunc: fix invalid RDEPEND #93

Closed odrling closed 4 years ago

odrling commented 4 years ago

When emerging media-plugins/vapoursynth-muvsfunc portage would throw:

!!! All ebuilds that could satisfy "vapoursynth-muvsfunc" have been masked.
!!! One of the following masked packages is required to complete your request:
- media-plugins/vapoursynth-muvsfunc-9999::vapoursynth (masked by: invalid: DEPEND: Invalid atom (Invalid use dep: ''), token 3, invalid: RDEPEND: Invalid atom (Invalid use dep: ''), token 3)
- media-plugins/vapoursynth-muvsfunc-0.3.0-r1::vapoursynth (masked by: invalid: DEPEND: Invalid atom (Invalid use dep: ''), token 3, invalid: RDEPEND: Invalid atom (Invalid use dep: ''), token 3)

Following this blog post the numpy dependency with PYTHON_MULTI_USEDEP had to be wrapped in a python_gen_cond_dep.

4re commented 4 years ago

Thank you for the patch and the blog post link.