From f9acbd07df34ab92d58006c3d0410ac14fb9efe0 Mon Sep 17 00:00:00 2001 From: Matt Jolly Date: Sun, 8 Jun 2025 08:26:54 +1000 Subject: [PATCH] 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 --- 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 b2182fc317361..f1aa8e6bf19fb 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 5a7ded612311f..bdcfa110d9b36 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 703ebbaadeaf3..dabe1999ee160 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 445781dcea9b4..5fbb3a24f5508 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" )