media-video/mkvtoolnix: switch to qt_get_broot_binary

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2026-07-13 19:22:46 -04:00
parent 4f66216f9c
commit 5a2a4ebbb1
2 changed files with 2 additions and 2 deletions

View File

@@ -137,7 +137,7 @@ src_configure() {
# Qt (of some version) is always needed, even for non-GUI builds,
# to do e.g. MIME detection. See e.g. bug #844097.
# But most of the Qt deps are conditional on a GUI build.
--with-qmake6="$(qt6_get_bindir)"/qmake
--with-qmake6="$(qt_get_broot_binary 6 qmake)"
)
# Work around bug #904710.

View File

@@ -137,7 +137,7 @@ src_configure() {
# Qt (of some version) is always needed, even for non-GUI builds,
# to do e.g. MIME detection. See e.g. bug #844097.
# But most of the Qt deps are conditional on a GUI build.
--with-qmake6="$(qt6_get_bindir)"/qmake
--with-qmake6="$(qt_get_broot_binary 6 qmake)"
)
# Work around bug #904710.