commit:     6ea620d747e8b4580fb9f0e20bc8f0d012f93af9
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 28 14:31:30 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Apr 28 14:31:44 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea620d7

media-video/mpv: unset LANGUAGE for tests

Closes: https://bugs.gentoo.org/954214
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 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 413523821c22..b2f382c6a5ec 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 e79b68414d16..7307c88582af 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

Reply via email to