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 5C09915802C for ; Tue, 17 Dec 2024 19:00:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CB87E070D; Tue, 17 Dec 2024 19:00:28 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 7BA65E0858 for ; Tue, 17 Dec 2024 19:00:27 +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 84A8833C1EB for ; Tue, 17 Dec 2024 19:00:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E894A1E15 for ; Tue, 17 Dec 2024 19:00:24 +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: <1734462002.e21c238fb003ff68952be18ea2be4b1e87890166.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/sparc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/sparc/package.use.mask profiles/arch/sparc/package.use.stable.mask X-VCS-Directories: profiles/arch/sparc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e21c238fb003ff68952be18ea2be4b1e87890166 X-VCS-Branch: master Date: Tue, 17 Dec 2024 19:00:24 +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: c0d200a8-969f-423d-bbec-21f4b5db395e X-Archives-Hash: d65246be8b2f3d4411453c7acb367558 commit: e21c238fb003ff68952be18ea2be4b1e87890166 Author: Sam James gentoo org> AuthorDate: Tue Dec 17 18:59:39 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 17 19:00:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e21c238f profiles/arch/sparc: unmask sys-devel/gcc[ada] for ~arch We have dev-lang/ada-bootstrap available here now. Bug: https://bugs.gentoo.org/940472 Signed-off-by: Sam James gentoo.org> profiles/arch/sparc/package.use.mask | 4 ++++ profiles/arch/sparc/package.use.stable.mask | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 5ee9b7c1f83c..11725f85f7d0 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2024-12-17) +# dev-lang/ada-bootstrap exists here +sys-devel/gcc -ada + # Matt Jolly (2024-12-08) # dev-vcs/mercurial is not keyworded on sparc app-eselect/eselect-repository mercurial diff --git a/profiles/arch/sparc/package.use.stable.mask b/profiles/arch/sparc/package.use.stable.mask index 5bec10bead0e..042e62cc845a 100644 --- a/profiles/arch/sparc/package.use.stable.mask +++ b/profiles/arch/sparc/package.use.stable.mask @@ -1,6 +1,10 @@ # Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2024-12-17) +# dev-lang/ada-bootstrap exists here (but is not yet marked stable) +sys-devel/gcc ada + # Sam James (2024-07-31) # Qt 6 not stable here. dev-build/cmake gui