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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4B41E15838C for ; Wed, 31 Jan 2024 09:42:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AAD72BC0E6; Wed, 31 Jan 2024 09:42:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 595492BC0E6 for ; Wed, 31 Jan 2024 09:42:32 +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 7948534313F for ; Wed, 31 Jan 2024 09:42:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCE46FA7 for ; Wed, 31 Jan 2024 09:42:29 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1706694081.19a49a748b13b3f1c5786e5581a3e17cf325e605.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/arm64/package.use.force X-VCS-Directories: profiles/arch/arm64/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 19a49a748b13b3f1c5786e5581a3e17cf325e605 X-VCS-Branch: master Date: Wed, 31 Jan 2024 09:42:29 +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: 2280bde3-8158-4470-a707-0832edb13eb5 X-Archives-Hash: e185104ffcb8e0f63307020d9337d825 commit: 19a49a748b13b3f1c5786e5581a3e17cf325e605 Author: Matt Jolly footclan ninja> AuthorDate: Tue Jan 30 09:31:09 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jan 31 09:41:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a49a74 profiles/arch/arm64: force 'system-toolchain' for chromium Signed-off-by: Matt Jolly footclan.ninja> Signed-off-by: Sam James gentoo.org> profiles/arch/arm64/package.use.force | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/arm64/package.use.force b/profiles/arch/arm64/package.use.force index 83a38f1693ee..bb3459e0d327 100644 --- a/profiles/arch/arm64/package.use.force +++ b/profiles/arch/arm64/package.use.force @@ -1,6 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Matt Jolly (2024-01-30) +# Google does not provide an arm64 toolchain +www-client/chromium system-toolchain + # matoro (2022-08-31) # GHC does not gain native codegen for arm64 until 9.2. # We don't want an unregisterised build, so force LLVM codegen.