commit: 8a9f63a61f6ee0563730dfd883f0fe7fa7fb5e70 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Thu Feb 2 09:11:27 2023 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Thu Feb 2 09:20:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a9f63a6
profiles: add ada_target_gcc_12 USE flag Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> profiles/arch/x86/use.stable.mask | 4 ++++ profiles/desc/ada_target.desc | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask index 29e2b97d388e..5b5cab87da95 100644 --- a/profiles/arch/x86/use.stable.mask +++ b/profiles/arch/x86/use.stable.mask @@ -4,6 +4,10 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Alfredo Tupone <[email protected]> (2023-2-2) +# sys-devel/gcc:12 is not stable yet on x86 +ada_target_gcc_12 + # Sam James <[email protected]> (2020-11-10) # media-gfx/openvdb is not stable on x86 # ... and has failing tests right now anyway diff --git a/profiles/desc/ada_target.desc b/profiles/desc/ada_target.desc index a02d28dcd89a..5df7974f3711 100644 --- a/profiles/desc/ada_target.desc +++ b/profiles/desc/ada_target.desc @@ -1,5 +1,6 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 gnat_2021 - Compile with dev-lang/gnat-gpl-2021 +gcc_12 - Compile with sys-devel/gcc:12 gcc_12_2_0 - Compile with sys-devel/gcc-12.2.0
