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 B047E15807A for ; Sat, 07 Jun 2025 22:29:21 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 96E1F343074 for ; Sat, 07 Jun 2025 22:29:21 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 99D5C1102BE; Sat, 07 Jun 2025 22:29:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 909551102BE for ; Sat, 07 Jun 2025 22:29:20 +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 448B2343074 for ; Sat, 07 Jun 2025 22:29:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B19B19FB for ; Sat, 07 Jun 2025 22:29:18 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1749335327.f9acbd07df34ab92d58006c3d0410ac14fb9efe0.kangie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/chromium/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/chromium/chromium-137.0.7151.55.ebuild www-client/chromium/chromium-137.0.7151.68.ebuild www-client/chromium/chromium-138.0.7191.0.ebuild www-client/chromium/chromium-138.0.7204.4.ebuild X-VCS-Directories: www-client/chromium/ X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: f9acbd07df34ab92d58006c3d0410ac14fb9efe0 X-VCS-Branch: master Date: Sat, 07 Jun 2025 22:29:18 +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: b0a64d82-7861-4ef8-8538-d352f512f92b X-Archives-Hash: 01e5d9feb1ebe7419581b760438dec5f commit: f9acbd07df34ab92d58006c3d0410ac14fb9efe0 Author: Matt Jolly gentoo org> AuthorDate: Sat Jun 7 22:26:54 2025 +0000 Commit: Matt Jolly gentoo org> CommitDate: Sat Jun 7 22:28:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9acbd07 www-client/chromium: fix build with USE=bindist There were some mixed single and double quotes in subsequent array lines as a result of the official refactor. Closes: https://bugs.gentoo.org/957508 Signed-off-by: Matt Jolly gentoo.org> www-client/chromium/chromium-137.0.7151.55.ebuild | 4 ++-- www-client/chromium/chromium-137.0.7151.68.ebuild | 4 ++-- www-client/chromium/chromium-138.0.7191.0.ebuild | 4 ++-- www-client/chromium/chromium-138.0.7204.4.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/www-client/chromium/chromium-137.0.7151.55.ebuild b/www-client/chromium/chromium-137.0.7151.55.ebuild index b2182fc31736..f1aa8e6bf19f 100644 --- a/www-client/chromium/chromium-137.0.7151.55.ebuild +++ b/www-client/chromium/chromium-137.0.7151.55.ebuild @@ -1110,8 +1110,8 @@ chromium_configure() { myconf_gn+=( # If this is set to false Chromium won't be able to load any proprietary codecs # even if provided with an ffmpeg capable of h264/aac decoding - 'proprietary_codecs=true" - "ffmpeg_branding="Chrome"' + "proprietary_codecs=true" + 'ffmpeg_branding="Chrome"' # build ffmpeg as an external component (libffmpeg.so) that we can remove / substitute "is_component_ffmpeg=true" ) diff --git a/www-client/chromium/chromium-137.0.7151.68.ebuild b/www-client/chromium/chromium-137.0.7151.68.ebuild index 5a7ded612311..bdcfa110d9b3 100644 --- a/www-client/chromium/chromium-137.0.7151.68.ebuild +++ b/www-client/chromium/chromium-137.0.7151.68.ebuild @@ -1110,8 +1110,8 @@ chromium_configure() { myconf_gn+=( # If this is set to false Chromium won't be able to load any proprietary codecs # even if provided with an ffmpeg capable of h264/aac decoding - 'proprietary_codecs=true" - "ffmpeg_branding="Chrome"' + "proprietary_codecs=true" + 'ffmpeg_branding="Chrome"' # build ffmpeg as an external component (libffmpeg.so) that we can remove / substitute "is_component_ffmpeg=true" ) diff --git a/www-client/chromium/chromium-138.0.7191.0.ebuild b/www-client/chromium/chromium-138.0.7191.0.ebuild index 703ebbaadeaf..dabe1999ee16 100644 --- a/www-client/chromium/chromium-138.0.7191.0.ebuild +++ b/www-client/chromium/chromium-138.0.7191.0.ebuild @@ -1106,8 +1106,8 @@ chromium_configure() { myconf_gn+=( # If this is set to false Chromium won't be able to load any proprietary codecs # even if provided with an ffmpeg capable of h264/aac decoding - 'proprietary_codecs=true" - "ffmpeg_branding="Chrome"' + "proprietary_codecs=true" + 'ffmpeg_branding="Chrome"' # build ffmpeg as an external component (libffmpeg.so) that we can remove / substitute "is_component_ffmpeg=true" ) diff --git a/www-client/chromium/chromium-138.0.7204.4.ebuild b/www-client/chromium/chromium-138.0.7204.4.ebuild index 445781dcea9b..5fbb3a24f550 100644 --- a/www-client/chromium/chromium-138.0.7204.4.ebuild +++ b/www-client/chromium/chromium-138.0.7204.4.ebuild @@ -1106,8 +1106,8 @@ chromium_configure() { myconf_gn+=( # If this is set to false Chromium won't be able to load any proprietary codecs # even if provided with an ffmpeg capable of h264/aac decoding - 'proprietary_codecs=true" - "ffmpeg_branding="Chrome"' + "proprietary_codecs=true" + 'ffmpeg_branding="Chrome"' # build ffmpeg as an external component (libffmpeg.so) that we can remove / substitute "is_component_ffmpeg=true" )