commit: 0c902867933a8388b80f72aaf4f66546e76bc880 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Dec 17 10:56:33 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Dec 17 10:56:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c902867
profiles/arch/arm64: 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/arm64/package.use.mask | 4 ++++ profiles/arch/arm64/package.use.stable.mask | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 3dea816eccc2..c4859234c15c 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/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 + # Alexey Shvetsov <[email protected]> (2024-11-21) # sci-libs/caffe2 is not keyworded on arm64 sci-chemistry/gromacs nnpot diff --git a/profiles/arch/arm64/package.use.stable.mask b/profiles/arch/arm64/package.use.stable.mask index 94fd9546f29a..fed2d8006955 100644 --- a/profiles/arch/arm64/package.use.stable.mask +++ b/profiles/arch/arm64/package.use.stable.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 (but is not yet marked stable) +sys-devel/gcc ada + # Eray Aslan <[email protected]> (2024-06-17) # mongodb needed for tests which is not stable keyworded for arm64 dev-libs/mongo-c-driver test
