commit: e21c238fb003ff68952be18ea2be4b1e87890166 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Dec 17 18:59:39 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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 <[email protected]> (2024-12-17) +# dev-lang/ada-bootstrap exists here +sys-devel/gcc -ada + # Matt Jolly <[email protected]> (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 <[email protected]> (2024-12-17) +# dev-lang/ada-bootstrap exists here (but is not yet marked stable) +sys-devel/gcc ada + # Sam James <[email protected]> (2024-07-31) # Qt 6 not stable here. dev-build/cmake gui
