From f974f527dddd149345c948aa837a82c8b5e1559c Mon Sep 17 00:00:00 2001 From: PF4Public Date: Wed, 20 Nov 2024 21:03:02 +0100 Subject: [PATCH] www-client/ungoogled-chromium: nah --- .../ungoogled-chromium-131.0.6778.85_p1.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/www-client/ungoogled-chromium/ungoogled-chromium-131.0.6778.85_p1.ebuild b/www-client/ungoogled-chromium/ungoogled-chromium-131.0.6778.85_p1.ebuild index 671a478f..7d428db4 100644 --- a/www-client/ungoogled-chromium/ungoogled-chromium-131.0.6778.85_p1.ebuild +++ b/www-client/ungoogled-chromium/ungoogled-chromium-131.0.6778.85_p1.ebuild @@ -65,7 +65,7 @@ UGC_COMMIT_ID="fa1a8c4816e3c633e4068877b847cc0780400eaa" CROMITE_COMMIT_ID="5ae31e6b965f3f62c1ad886b5c843921baeedaea" declare -A CHROMIUM_COMMITS=( - ["587c2cf8b11d3c32fa26887063eda3171a3d353e"]="third_party/ruy/src" + ["587c2cf8b11d3c32fa26887063eda3171a3d353e"]="third_party/ruy/src" ["-84fcdd0620a72aa73ea521c682fb246067f2c14d"]="." ) @@ -485,11 +485,11 @@ src_prepare() { fi done - # We can't use the bundled compiler builtins with the system toolchain - # `grep` is a development convenience to ensure we fail early when google changes something. - local builtins_match="if (is_clang && !is_nacl && !is_cronet_build) {" - grep -q "${builtins_match}" build/config/compiler/BUILD.gn || die "Failed to disable bundled compiler builtins" - sed -i -e "/${builtins_match}/,+2d" build/config/compiler/BUILD.gn + # # We can't use the bundled compiler builtins with the system toolchain + # # `grep` is a development convenience to ensure we fail early when google changes something. + # local builtins_match="if (is_clang && !is_nacl && !is_cronet_build) {" + # grep -q "${builtins_match}" build/config/compiler/BUILD.gn || die "Failed to disable bundled compiler builtins" + # sed -i -e "/${builtins_match}/,+2d" build/config/compiler/BUILD.gn if use ppc64; then # Above this level there are ungoogled-chromium patches that we can't apply