From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1720130-garchives=archives.gentoo.org@lists.gentoo.org> 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 13D661582EF for <garchives@archives.gentoo.org>; Fri, 21 Feb 2025 21:52:24 +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 F2D773431DA for <garchives@archives.gentoo.org>; Fri, 21 Feb 2025 21:52:23 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id EE93D1102A2; Fri, 21 Feb 2025 21:52:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id E73151102A2 for <gentoo-commits@lists.gentoo.org>; Fri, 21 Feb 2025 21:52:22 +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 9E4813431D1 for <gentoo-commits@lists.gentoo.org>; Fri, 21 Feb 2025 21:52:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A620107A for <gentoo-commits@lists.gentoo.org>; Fri, 21 Feb 2025 21:52:21 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1740174725.19563698e98a64bdf9901d4fe32af408e93c55fd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/base/package.use.mask profiles/base/package.use.mask X-VCS-Directories: profiles/arch/base/ profiles/base/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 19563698e98a64bdf9901d4fe32af408e93c55fd X-VCS-Branch: master Date: Fri, 21 Feb 2025 21:52:21 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 146f6089-f9e9-41b8-a4a7-357c518865a9 X-Archives-Hash: 88d16ca9b778f7ad071140aa3a48032b commit: 19563698e98a64bdf9901d4fe32af408e93c55fd Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Feb 21 21:49:26 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Feb 21 21:52:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19563698 profiles: move mrustc-bootstrap mask to arch/base We do arch/base then arch/XXX to unmask for "available only on one or two arches", rather than top-level base/package.use.mask. Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/base/package.use.mask | 4 ++++ profiles/base/package.use.mask | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index bbdf1065dbdf..c28799246685 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -9,6 +9,10 @@ dev-python/pyside webview # QtSerialBus is not available everywhere dev-python/pyside serialbus +# Matt Jolly <kangie@gentoo.org> (2025-01-11) +# mrustc currenly only works on amd64. +dev-lang/rust mrustc-bootstrap + # Michał Górny <mgorny@gentoo.org> (2024-12-24) # OpenMP offloading is supported on 64-bit architectures only. llvm-core/clang-runtime offload diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 49e4b3e1f407..ae128c7b29af 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -35,10 +35,6 @@ kde-frameworks/knewstuff:5 opds # most places. dev-build/meson test-full -# Matt Jolly <kangie@gentoo.org> (2025-01-11) -# mrustc currenly only works on amd64. -dev-lang/rust mrustc-bootstrap - # Volkmar W. Pogatzki <gentoo@pogatzki.net> (2025-01-09) # No suitable versions of dev-libs/protobuf available. =dev-java/protobuf-java-4.29.3 system-protoc