commit: 9869f1d89d87778f9ac6db9de0b99a71c4bc8319 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Mar 9 23:59:14 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 10 01:54:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9869f1d8
profiles/base: mask ada_target_gnat_2021 Obsolete in favour of gcc_*. gnat-gpl will be removed soon. Bug: https://bugs.gentoo.org/951054 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/base/use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 11ef4f980417..d1ffecbdc302 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,6 +4,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Sam James <[email protected]> (2025-03-09) +# Obsolete in favour of gcc_*. gnat-gpl will be removed soon. +ada_target_gnat_2021 + # Michał Górny <[email protected]> (2024-12-31) # LLVM slots with no keyworded releases yet. llvm_slot_21
