summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2023-11-06 07:27:30 +0100
committerAlfredo Tupone <tupone@gentoo.org>2023-11-06 07:29:57 +0100
commitccb03cfb965f037c1a2d45ad2978bfac21fd78e2 (patch)
tree78de004aa0ec13644d2e7374c5b5ff33bd94c56b /profiles
parentdev-python/pydantic-core: Enable pypy3 (diff)
downloadgentoo-ccb03cfb965f037c1a2d45ad2978bfac21fd78e2.tar.gz
gentoo-ccb03cfb965f037c1a2d45ad2978bfac21fd78e2.tar.bz2
gentoo-ccb03cfb965f037c1a2d45ad2978bfac21fd78e2.zip
add gcc:13 support for ada packages
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r--profiles/arch/x86/use.stable.mask4
-rw-r--r--profiles/base/use.stable.mask4
-rw-r--r--profiles/desc/ada_target.desc1
3 files changed, 1 insertions, 8 deletions
diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask
index 5b5cab87da95..29e2b97d388e 100644
--- a/profiles/arch/x86/use.stable.mask
+++ b/profiles/arch/x86/use.stable.mask
@@ -4,10 +4,6 @@
# This file requires eapi 5 or later. New entries go on top.
# Please use the same syntax as in use.mask
-# Alfredo Tupone <tupone@gentoo.org> (2023-2-2)
-# sys-devel/gcc:12 is not stable yet on x86
-ada_target_gcc_12
-
# Sam James <sam@gentoo.org> (2020-11-10)
# media-gfx/openvdb is not stable on x86
# ... and has failing tests right now anyway
diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask
index 081309139fbd..1afeb5e46110 100644
--- a/profiles/base/use.stable.mask
+++ b/profiles/base/use.stable.mask
@@ -17,10 +17,6 @@ python_single_target_python3_12
# PHP 8.2 is in testing
php_targets_php8-2
-# Alfredo Tupone <tupone@gentoo.org> (2022-12-04)
-# sys-devel/gcc:12 is not stable yet
-ada_target_gcc_12_2_0
-
# Sergei Trofimovich <slyfox@gentoo.org> (2020-04-13)
# dev-vcs/darcs (dev-lang/ghc) has no stable keywords.
darcs
diff --git a/profiles/desc/ada_target.desc b/profiles/desc/ada_target.desc
index 3b4430fae688..005be2d73640 100644
--- a/profiles/desc/ada_target.desc
+++ b/profiles/desc/ada_target.desc
@@ -3,3 +3,4 @@
gnat_2021 - Compile with dev-lang/gnat-gpl-2021
gcc_12 - Compile with sys-devel/gcc:12
+gcc_13 - Compile with sys-devel/gcc:13