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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DFECD1582EF for ; Mon, 24 Feb 2025 04:53:19 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C8090342F64 for ; Mon, 24 Feb 2025 04:53:19 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C7EA9110374; Mon, 24 Feb 2025 04:53:18 +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 C0FE2110374 for ; Mon, 24 Feb 2025 04:53:18 +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 7A9033431AA for ; Mon, 24 Feb 2025 04:53:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB8342741 for ; Mon, 24 Feb 2025 04:53:16 +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: <1740372730.3a05edbf9ab208a8959f323dd70a70d9977f86d9.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-133.0.6943.126.ebuild www-client/chromium/chromium-134.0.6998.23.ebuild www-client/chromium/chromium-135.0.7023.0.ebuild X-VCS-Directories: www-client/chromium/ X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 3a05edbf9ab208a8959f323dd70a70d9977f86d9 X-VCS-Branch: master Date: Mon, 24 Feb 2025 04:53:16 +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: b5fea3e7-2e5a-4432-aeaa-ac405518f9e5 X-Archives-Hash: d1e20132cca8e8cc96c6b5a839667233 commit: 3a05edbf9ab208a8959f323dd70a70d9977f86d9 Author: Matt Jolly gentoo org> AuthorDate: Sun Feb 23 23:45:44 2025 +0000 Commit: Matt Jolly gentoo org> CommitDate: Mon Feb 24 04:52:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a05edbf www-client/chromium: dev-build/ninja -> app-alternatives/ninja Enabling the use of alternative ninja implementations as per the bug below. If it proves to cause issues due to GN generating build files that don't work with a not-actually-ninja ninja impl we can switch back. Closes: https://github.com/gentoo/gentoo/pull/40492 Closes: https://bugs.gentoo.org/949551 Signed-off-by: Matt Jolly gentoo.org> www-client/chromium/chromium-133.0.6943.126.ebuild | 2 +- www-client/chromium/chromium-134.0.6998.23.ebuild | 2 +- www-client/chromium/chromium-135.0.7023.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www-client/chromium/chromium-133.0.6943.126.ebuild b/www-client/chromium/chromium-133.0.6943.126.ebuild index 7d860279bb3e..fbaf37e09ebb 100644 --- a/www-client/chromium/chromium-133.0.6943.126.ebuild +++ b/www-client/chromium/chromium-133.0.6943.126.ebuild @@ -181,7 +181,7 @@ BDEPEND=" ) >=dev-util/bindgen-0.68.0 >=dev-build/gn-${GN_MIN_VER} - dev-build/ninja + app-alternatives/ninja dev-lang/perl >=dev-util/gperf-3.0.3 dev-vcs/git diff --git a/www-client/chromium/chromium-134.0.6998.23.ebuild b/www-client/chromium/chromium-134.0.6998.23.ebuild index fb385a283552..afa284e9d9d5 100644 --- a/www-client/chromium/chromium-134.0.6998.23.ebuild +++ b/www-client/chromium/chromium-134.0.6998.23.ebuild @@ -208,7 +208,7 @@ BDEPEND=" ) >=dev-util/bindgen-0.68.0 >=dev-build/gn-${GN_MIN_VER} - dev-build/ninja + app-alternatives/ninja dev-lang/perl >=dev-util/gperf-3.0.3 dev-vcs/git diff --git a/www-client/chromium/chromium-135.0.7023.0.ebuild b/www-client/chromium/chromium-135.0.7023.0.ebuild index 0768dbc5a741..6098920a6156 100644 --- a/www-client/chromium/chromium-135.0.7023.0.ebuild +++ b/www-client/chromium/chromium-135.0.7023.0.ebuild @@ -208,7 +208,7 @@ BDEPEND=" ) >=dev-util/bindgen-0.68.0 >=dev-build/gn-${GN_MIN_VER} - dev-build/ninja + app-alternatives/ninja dev-lang/perl >=dev-util/gperf-3.0.3 dev-vcs/git