Package built with the following patch ``` --- pipewire-0.3.54-r1.ebuild 2022-07-08 22:40:22.000000000 -0300 +++ pipewire-0.3.54-r2.ebuild 2022-07-09 03:39:45.680828453 -0300 @@ -62,8 +62,8 @@ >=dev-util/meson-0.59 virtual/pkgconfig ${PYTHON_DEPS} - $(python_gen_any_dep 'dev-python/docutils[${PYTHON_USEDEP}]') doc? ( + $(python_gen_any_dep 'dev-python/docutils[${PYTHON_USEDEP}]') app-doc/doxygen media-gfx/graphviz ) ```
It's used for man pages (rst2man). I don't really think docutils is a heavy dependency. If people really feel that upset about it, we can add a USE=man or something, but it feels a bit silly to do it for something so tiny.