commit: f9acbd07df34ab92d58006c3d0410ac14fb9efe0 Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Sat Jun 7 22:26:54 2025 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> 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 <kangie <AT> 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" )
