From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 63F861581F0 for ; Sat, 25 Jan 2025 15:23:42 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 529D03434C7 for ; Sat, 25 Jan 2025 15:23:42 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9B9CB11042D; Sat, 25 Jan 2025 15:23:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 8BDB311042D for ; Sat, 25 Jan 2025 15:23:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3AE053434C7 for ; Sat, 25 Jan 2025 15:23:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D84E236E for ; Sat, 25 Jan 2025 15:23:38 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1737818538.08cf4f4e2035ed891cb62e0b13d245e69794f8a8.kangie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/chromium/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/chromium/chromium-132.0.6834.110.ebuild www-client/chromium/chromium-132.0.6834.83.ebuild www-client/chromium/chromium-133.0.6943.16.ebuild www-client/chromium/chromium-133.0.6943.27.ebuild www-client/chromium/chromium-134.0.6958.2.ebuild X-VCS-Directories: www-client/chromium/ X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 08cf4f4e2035ed891cb62e0b13d245e69794f8a8 X-VCS-Branch: master Date: Sat, 25 Jan 2025 15:23:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1d67af9b-57c0-48a6-b0f1-5a51b1a8b18e X-Archives-Hash: b9da5e0d27f07aed3fcd782f9b121704 commit: 08cf4f4e2035ed891cb62e0b13d245e69794f8a8 Author: Matt Jolly gentoo org> AuthorDate: Sat Jan 25 10:57:36 2025 +0000 Commit: Matt Jolly gentoo org> CommitDate: Sat Jan 25 15:22:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08cf4f4e www-client/chromium: `is_cfi="no"` -> "false" GN wants true/false values, while this snuck in recently when PPC64 had to be excluded from CFI due to lack of support for the arch upstream (in compiler-rt-sanitizers). Closes: https://bugs.gentoo.org/948620 Signed-off-by: Matt Jolly gentoo.org> www-client/chromium/chromium-132.0.6834.110.ebuild | 2 +- www-client/chromium/chromium-132.0.6834.83.ebuild | 2 +- www-client/chromium/chromium-133.0.6943.16.ebuild | 2 +- www-client/chromium/chromium-133.0.6943.27.ebuild | 2 +- www-client/chromium/chromium-134.0.6958.2.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www-client/chromium/chromium-132.0.6834.110.ebuild b/www-client/chromium/chromium-132.0.6834.110.ebuild index 05f2abd75ef8..89e85ed2e1cb 100644 --- a/www-client/chromium/chromium-132.0.6834.110.ebuild +++ b/www-client/chromium/chromium-132.0.6834.110.ebuild @@ -1113,7 +1113,7 @@ chromium_configure() { sed -i 's/OFFICIAL_BUILD/GOOGLE_CHROME_BUILD/' \ tools/generate_shim_headers/generate_shim_headers.py || die if use ppc64; then - myconf_gn+=" is_cfi=no" # requires llvm-runtimes/compiler-rt-sanitizers[cfi] + myconf_gn+=" is_cfi=false" # requires llvm-runtimes/compiler-rt-sanitizers[cfi] else myconf_gn+=" is_cfi=${use_lto}" fi diff --git a/www-client/chromium/chromium-132.0.6834.83.ebuild b/www-client/chromium/chromium-132.0.6834.83.ebuild index e6640fa74359..c062383cf03c 100644 --- a/www-client/chromium/chromium-132.0.6834.83.ebuild +++ b/www-client/chromium/chromium-132.0.6834.83.ebuild @@ -1113,7 +1113,7 @@ chromium_configure() { sed -i 's/OFFICIAL_BUILD/GOOGLE_CHROME_BUILD/' \ tools/generate_shim_headers/generate_shim_headers.py || die if use ppc64; then - myconf_gn+=" is_cfi=no" # requires llvm-runtimes/compiler-rt-sanitizers[cfi] + myconf_gn+=" is_cfi=false" # requires llvm-runtimes/compiler-rt-sanitizers[cfi] else myconf_gn+=" is_cfi=${use_lto}" fi diff --git a/www-client/chromium/chromium-133.0.6943.16.ebuild b/www-client/chromium/chromium-133.0.6943.16.ebuild index 78533a7b1de7..eb4824a37752 100644 --- a/www-client/chromium/chromium-133.0.6943.16.ebuild +++ b/www-client/chromium/chromium-133.0.6943.16.ebuild @@ -1114,7 +1114,7 @@ chromium_configure() { sed -i 's/OFFICIAL_BUILD/GOOGLE_CHROME_BUILD/' \ tools/generate_shim_headers/generate_shim_headers.py || die if use ppc64; then - myconf_gn+=" is_cfi=no" # requires llvm-runtimes/compiler-rt-sanitizers[cfi] + myconf_gn+=" is_cfi=false" # requires llvm-runtimes/compiler-rt-sanitizers[cfi] else myconf_gn+=" is_cfi=${use_lto}" fi diff --git a/www-client/chromium/chromium-133.0.6943.27.ebuild b/www-client/chromium/chromium-133.0.6943.27.ebuild index 78533a7b1de7..eb4824a37752 100644 --- a/www-client/chromium/chromium-133.0.6943.27.ebuild +++ b/www-client/chromium/chromium-133.0.6943.27.ebuild @@ -1114,7 +1114,7 @@ chromium_configure() { sed -i 's/OFFICIAL_BUILD/GOOGLE_CHROME_BUILD/' \ tools/generate_shim_headers/generate_shim_headers.py || die if use ppc64; then - myconf_gn+=" is_cfi=no" # requires llvm-runtimes/compiler-rt-sanitizers[cfi] + myconf_gn+=" is_cfi=false" # requires llvm-runtimes/compiler-rt-sanitizers[cfi] else myconf_gn+=" is_cfi=${use_lto}" fi diff --git a/www-client/chromium/chromium-134.0.6958.2.ebuild b/www-client/chromium/chromium-134.0.6958.2.ebuild index 5d6f38246453..f14dd9c3c840 100644 --- a/www-client/chromium/chromium-134.0.6958.2.ebuild +++ b/www-client/chromium/chromium-134.0.6958.2.ebuild @@ -1199,7 +1199,7 @@ chromium_configure() { sed -i 's/OFFICIAL_BUILD/GOOGLE_CHROME_BUILD/' \ tools/generate_shim_headers/generate_shim_headers.py || die if use ppc64; then - myconf_gn+=" is_cfi=no" # requires llvm-runtimes/compiler-rt-sanitizers[cfi] + myconf_gn+=" is_cfi=false" # requires llvm-runtimes/compiler-rt-sanitizers[cfi] else myconf_gn+=" is_cfi=${use_lto}" fi