From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 496C01584AD for ; Mon, 28 Apr 2025 14:32:49 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E3E6A341E1C for ; Mon, 28 Apr 2025 14:32:48 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DCC52110280; Mon, 28 Apr 2025 14:32:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D2C9A110280 for ; Mon, 28 Apr 2025 14:32:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E2AC340836 for ; Mon, 28 Apr 2025 14:32:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9747C3A for ; Mon, 28 Apr 2025 14:32:45 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1745850704.6ea620d747e8b4580fb9f0e20bc8f0d012f93af9.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-0.40.0-r1.ebuild media-video/mpv/mpv-9999.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 6ea620d747e8b4580fb9f0e20bc8f0d012f93af9 X-VCS-Branch: master Date: Mon, 28 Apr 2025 14:32:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fd986395-9058-470f-8bc2-140d403aea55 X-Archives-Hash: 801d2f9e587dd396aef47b9e57a9df68 commit: 6ea620d747e8b4580fb9f0e20bc8f0d012f93af9 Author: Ionen Wolkens gentoo org> AuthorDate: Mon Apr 28 14:31:30 2025 +0000 Commit: Ionen Wolkens gentoo 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 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