From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (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 A64F6158042 for ; Mon, 11 Nov 2024 08:53:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CACBE08A0; Mon, 11 Nov 2024 08:53:12 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7EBBEE08A0 for ; Mon, 11 Nov 2024 08:53:12 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B08733EB78 for ; Mon, 11 Nov 2024 08:53:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7DAE1F0B for ; Mon, 11 Nov 2024 08:53:08 +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: <1731314957.132cde5ca12632ff3b84e817a160e2f3420af8a3.kangie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 132cde5ca12632ff3b84e817a160e2f3420af8a3 X-VCS-Branch: master Date: Mon, 11 Nov 2024 08:53:08 +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: 3424349c-a516-4c69-95e0-d94c05cf95cd X-Archives-Hash: ce2ad108f82ad0be045de6e30330e828 commit: 132cde5ca12632ff3b84e817a160e2f3420af8a3 Author: Matt Jolly gentoo org> AuthorDate: Mon Nov 11 08:44:48 2024 +0000 Commit: Matt Jolly gentoo org> CommitDate: Mon Nov 11 08:49:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=132cde5c profiles/base: mask www-client/chromium[system-icu] Chromium fails to build with ICU 76.1. While we could work around this in the ebuild, we already have machinery in place that enables us to toggle the use of the bundled library; we'll mask the USE for a little while until upstream have sorted it out. Given how fast Chromium moves this should not stick around for too long. Bug: https://bugs.gentoo.org/943216 Signed-off-by: Matt Jolly gentoo.org> profiles/base/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 537ce0d4eff2..537a2a53ec8a 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -3,6 +3,12 @@ # New entries go on top. +# Matt Jolly (2024-11-11) +# ICU 76.1 is not compatible with Chromium. Bug #943216. +# We'll mask it for a few weeks to use the bundled ICU +# while Google fixes the issue. +www-client/chromium system-icu + # Joonas Niilola (2024-11-07) # Dependency for generating docs not packaged in Gentoo. #942992 dev-util/repolite doc