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.
When emerging
media-plugins/vapoursynth-muvsfunc
portage would throw:Following this blog post the numpy dependency with
PYTHON_MULTI_USEDEP
had to be wrapped in apython_gen_cond_dep
.