commit:     26cf8fab8c8b0aee41985b71295fd1776a083936
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu May  1 20:40:38 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu May  1 21:18:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26cf8fab

dev-ada/gprbuild: support gcc:15

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 .../gprbuild/{gprbuild-25.0.0-r4.ebuild => gprbuild-25.0.0-r5.ebuild} | 2 +-
 profiles/base/use.stable.mask                                         | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-ada/gprbuild/gprbuild-25.0.0-r4.ebuild 
b/dev-ada/gprbuild/gprbuild-25.0.0-r5.ebuild
similarity index 98%
rename from dev-ada/gprbuild/gprbuild-25.0.0-r4.ebuild
rename to dev-ada/gprbuild/gprbuild-25.0.0-r5.ebuild
index 60c44a2544d2..361c1f5c6b3a 100644
--- a/dev-ada/gprbuild/gprbuild-25.0.0-r4.ebuild
+++ b/dev-ada/gprbuild/gprbuild-25.0.0-r5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-ADA_COMPAT=( gcc_12 gcc_13 gcc_14 )
+ADA_COMPAT=( gcc_{12..15} )
 PYTHON_COMPAT=( python3_{10..13} pypy3{,_11} )
 inherit ada python-any-r1 multiprocessing
 

diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask
index 000cc237af53..7fdb45177a20 100644
--- a/profiles/base/use.stable.mask
+++ b/profiles/base/use.stable.mask
@@ -4,6 +4,10 @@
 # New entries go on top.
 # Please use the same syntax as in use.mask.
 
+# Alfredo Tupone <[email protected]> (1025-05-01)
+# gcc:15 is not stable yet
+ada_target_gcc_15
+
 # Michał Górny <[email protected]> (2024-12-31)
 # LLVM slots with no stable releases yet.
 llvm_slot_21

Reply via email to