diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-09-03 11:02:15 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-09-03 11:10:45 -0400 |
commit | 266fb6b6ac07ec45e3b30fa5d55ee085169ca7d8 (patch) | |
tree | 95476120bee79fca5beca6020fd596126ac6c8a1 /dev-qt | |
parent | media-gfx/libbgcode: bump to 0.0.20240903, dropped 0.0.20240829 (diff) | |
download | gentoo-266fb6b6ac07ec45e3b30fa5d55ee085169ca7d8.tar.gz gentoo-266fb6b6ac07ec45e3b30fa5d55ee085169ca7d8.tar.bz2 gentoo-266fb6b6ac07ec45e3b30fa5d55ee085169ca7d8.zip |
dev-qt/qtmultimedia: skip tst_qmediacapture_gstreamer in 6.7 too
Tried a full build of dev-qt/*-6.7.9999 in preparation for 6.7.3
and this is the only thing that went wrong (like it did in 6.8).
Test doesn't expect to have nothing to capture (as portage user
in sandbox) and segfaults as far as I can tell and should be a
non-issue.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtmultimedia/qtmultimedia-6.7.9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-qt/qtmultimedia/qtmultimedia-6.7.9999.ebuild b/dev-qt/qtmultimedia/qtmultimedia-6.7.9999.ebuild index 4aefaf7a465a..2921a408326e 100644 --- a/dev-qt/qtmultimedia/qtmultimedia-6.7.9999.ebuild +++ b/dev-qt/qtmultimedia/qtmultimedia-6.7.9999.ebuild @@ -70,6 +70,7 @@ CMAKE_SKIP_TESTS=( # tries to use real alsa or pulseaudio and fails in sandbox tst_qaudiosink tst_qaudiosource + tst_qmediacapture_gstreamer tst_qmediacapturesession tst_qmediaplayerbackend tst_qsoundeffect |