commit:     435451112b3c2ee356d8f86b15f7e0d762cc21e9
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Fri Mar 21 02:13:42 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 25 04:35:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43545111

media-video/mkvtoolnix: dbus implicitly requires gui

The requirement isn't explicitly stated but it makes sense as dbus
is only used in the gui portion of the software.

Closes: https://bugs.gentoo.org/951192
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-video/mkvtoolnix/mkvtoolnix-90.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/media-video/mkvtoolnix/mkvtoolnix-90.0.ebuild 
b/media-video/mkvtoolnix/mkvtoolnix-90.0.ebuild
index 838bf63b2a3d..d0a73e11a38f 100644
--- a/media-video/mkvtoolnix/mkvtoolnix-90.0.ebuild
+++ b/media-video/mkvtoolnix/mkvtoolnix-90.0.ebuild
@@ -28,6 +28,8 @@ HOMEPAGE="https://mkvtoolnix.download/ 
https://gitlab.com/mbunkus/mkvtoolnix";
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="dbus debug dvd gui nls pch test"
+# bug #951192
+REQUIRED_USE="dbus? ( gui )"
 RESTRICT="!test? ( test )"
 
 # check NEWS.md for build system changes entries for boost/libebml/libmatroska

Reply via email to