media-video/mpv: unset LANGUAGE for tests

Closes: https://bugs.gentoo.org/954214
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2025-04-28 10:31:30 -04:00
parent c17dc815c4
commit 6ea620d747
2 changed files with 4 additions and 0 deletions

View File

@@ -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

View File

@@ -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