commit: 902fdfc92ae8f74294ee53276ec74bfb6cd87353 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Sun Feb 15 18:41:41 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 16 01:21:27 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=902fdfc9
media-libs/*: fix homebrew meson skips for 1.9.2 Change in test output names was backported to 1.9. Bug: https://bugs.gentoo.org/930448 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://codeberg.org/gentoo/gentoo/pulls/68 Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/gst-plugins-good/gst-plugins-good-1.24.13.ebuild | 2 +- .../gstreamer-editing-services-1.24.13.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.24.13.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-1.24.13.ebuild index ffcb5c5b24f6..ab62503f06d7 100644 --- a/media-libs/gst-plugins-good/gst-plugins-good-1.24.13.ebuild +++ b/media-libs/gst-plugins-good/gst-plugins-good-1.24.13.ebuild @@ -48,7 +48,7 @@ multilib_src_test() { ) # Add suites which in this case are the project name - if has_version ">=dev-build/meson-1.10.0"; then + if has_version ">=dev-build/meson-1.9.2"; then local -a skip_tests=() for skip_test in ${_skip_tests[@]}; do skip_tests+=( "${PN}:${skip_test}" ) diff --git a/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.24.13.ebuild b/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.24.13.ebuild index 1b0385636b46..2472e488faf1 100644 --- a/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.24.13.ebuild +++ b/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.24.13.ebuild @@ -72,7 +72,7 @@ src_test() { ) # Add suites which in this case are the project name - if has_version ">=dev-build/meson-1.10.0"; then + if has_version ">=dev-build/meson-1.9.2"; then local -a skip_tests=() for skip_test in ${_skip_tests[@]}; do skip_tests+=( "gst-editing-services:${skip_test}" )
