mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user