commit:     8e754d7e4af758dfb2043d0bac1fdad68c8cac88
Author:     Rahul Sandhu <nvraxn <AT> gmail <DOT> com>
AuthorDate: Thu Jun 12 06:45:00 2025 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Thu Jun 12 10:05:09 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e754d7e

www-client/chromium: fix build with USE=bindist for all ebuilds in tree

Previous commit[1] did not address all the ebuilds in the tree.

[1] 
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9acbd07df34ab92d58006c3d0410ac14fb9efe0

Closes: https://bugs.gentoo.org/957508
Closes: https://bugs.gentoo.org/957898
Signed-off-by: Rahul Sandhu <nvraxn <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42555
Closes: https://github.com/gentoo/gentoo/pull/42555
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/chromium/chromium-137.0.7151.103.ebuild | 4 ++--
 www-client/chromium/chromium-138.0.7204.15.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-client/chromium/chromium-137.0.7151.103.ebuild 
b/www-client/chromium/chromium-137.0.7151.103.ebuild
index 5a7ded612311..bdcfa110d9b3 100644
--- a/www-client/chromium/chromium-137.0.7151.103.ebuild
+++ b/www-client/chromium/chromium-137.0.7151.103.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.7204.15.ebuild 
b/www-client/chromium/chromium-138.0.7204.15.ebuild
index 445781dcea9b..5fbb3a24f550 100644
--- a/www-client/chromium/chromium-138.0.7204.15.ebuild
+++ b/www-client/chromium/chromium-138.0.7204.15.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"
                )

Reply via email to