From 6ea620d747e8b4580fb9f0e20bc8f0d012f93af9 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Mon, 28 Apr 2025 10:31:30 -0400 Subject: [PATCH] media-video/mpv: unset LANGUAGE for tests Closes: https://bugs.gentoo.org/954214 Signed-off-by: Ionen Wolkens --- media-video/mpv/mpv-0.40.0-r1.ebuild | 2 ++ media-video/mpv/mpv-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/media-video/mpv/mpv-0.40.0-r1.ebuild b/media-video/mpv/mpv-0.40.0-r1.ebuild index 413523821c225..b2f382c6a5ec9 100644 --- a/media-video/mpv/mpv-0.40.0-r1.ebuild +++ b/media-video/mpv/mpv-0.40.0-r1.ebuild @@ -213,6 +213,8 @@ src_configure() { } src_test() { + unset LANGUAGE #954214 + # ffmpeg tests are picky and easily break without necessarily # meaning that there are runtime issues (bug #921091,#924276) meson_src_test --no-suite ffmpeg diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index e79b68414d165..7307c88582af6 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -216,6 +216,8 @@ src_configure() { } src_test() { + unset LANGUAGE #954214 + # ffmpeg tests are picky and easily break without necessarily # meaning that there are runtime issues (bug #921091,#924276) meson_src_test --no-suite ffmpeg