The help requires gnome-extra/yelp. Please, add the required optfeature. i.e.: diff -Nuar pulseeffects-5.0.4.ebuild pulseeffects-5.0.4-r1.ebuild --- pulseeffects-5.0.4.ebuild 2021-06-27 10:41:23.573297631 +0000 +++ pulseeffects-5.0.4-r1.ebuild 2021-07-03 00:13:51.357483396 +0000 @@ -3,7 +3,7 @@ EAPI=7 -inherit gnome2-utils meson +inherit gnome2-utils meson optfeature DESCRIPTION="Limiter, compressor, reverberation, equalizer auto volume effects for Pulseaudio" HOMEPAGE="https://github.com/wwmm/pulseeffects" @@ -58,6 +58,8 @@ " pkg_postinst() { + optfeature "viewing the docs" gnome-extra/yelp + gnome2_gconf_install gnome2_schemas_update xdg_icon_cache_update
Either it is required, then it is an unconditional RDEPEND. Or it is optional, then it can be an optfeature.
(In reply to Andreas Sturmlechner from comment #1) > Either it is required, then it is an unconditional RDEPEND. > Or it is optional, then it can be an optfeature. Without gnome-extra/yelp the HELP button doesn't open the help documentation...
it seems like more of a hard requirement
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=239e00a147fcf43c65d2d779d63068545cf52fd5 commit 239e00a147fcf43c65d2d779d63068545cf52fd5 Author: Matthew Thode <prometheanfire@gentoo.org> AuthorDate: 2021-07-03 19:57:07 +0000 Commit: Matthew Thode <prometheanfire@gentoo.org> CommitDate: 2021-07-03 19:57:07 +0000 media-sound/pulseeffects: add yelp dep for help docs Closes: https://bugs.gentoo.org/800100 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> media-sound/pulseeffects/pulseeffects-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)