mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ada/gprbuild: support gcc:15
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -4,6 +4,10 @@
|
||||
# New entries go on top.
|
||||
# Please use the same syntax as in use.mask.
|
||||
|
||||
# Alfredo Tupone <tupone@gentoo.org> (1025-05-01)
|
||||
# gcc:15 is not stable yet
|
||||
ada_target_gcc_15
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2024-12-31)
|
||||
# LLVM slots with no stable releases yet.
|
||||
llvm_slot_21
|
||||
|
||||
Reference in New Issue
Block a user