From 3c8e293bc1572b98ba05c59a3464382fc5731b06 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Fri, 20 Jun 2025 20:58:28 -0400 Subject: is this hacking --- www-client/chromium/chromium-139.0.7246.0.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'www-client/chromium/chromium-139.0.7246.0.ebuild') diff --git a/www-client/chromium/chromium-139.0.7246.0.ebuild b/www-client/chromium/chromium-139.0.7246.0.ebuild index 0fb8501..74e2019 100644 --- a/www-client/chromium/chromium-139.0.7246.0.ebuild +++ b/www-client/chromium/chromium-139.0.7246.0.ebuild @@ -978,7 +978,7 @@ chromium_configure() { myconf_gn+=" use_ozone=true ozone_auto_platforms=false" myconf_gn+=" ozone_platform_headless=true" myconf_gn+=" enable_remoting=false" - myconf_gn+="use_qt5=false" + myconf_gn+=" use_qt5=false" if use headless; then myconf_gn+=" ozone_platform=\"headless\"" myconf_gn+=" use_xkbcommon=false use_gtk=false use_qt=false" @@ -1000,8 +1000,8 @@ chromium_configure() { cbuild_libdir="${cbuild_libdir/% }" fi myconf_gn+=( - "use_qt6=true" - "moc_qt6_path=\"${EPREFIX}/usr/${cbuild_libdir}/qt6/libexec\"" + " use_qt6=true" + " moc_qt6_path=\"${EPREFIX}/usr/${cbuild_libdir}/qt6/libexec\"" ) else myconf_gn+=( "use_qt6=false" ) @@ -1056,7 +1056,7 @@ chromium_configure() { myconf_gn+=" enable_nocompile_tests=false" einfo "Configuring Chromium..." - set -- gn gen --args="${myconf_gn} ${EXTRA_GN}" out/Release + set -- gn gen --args=\""${myconf_gn} ${EXTRA_GN}"\" out/Release echo "$@" "$@" || die } -- cgit v1.2.3