dev-ada/spawn: enable gcc:13

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2023-12-18 09:01:07 +01:00
parent 6723c35e9d
commit d4db5d5d5c

View File

@@ -3,7 +3,7 @@
EAPI=8
ADA_COMPAT=( gnat_2021 gcc_12 )
ADA_COMPAT=( gnat_2021 gcc_12 gcc_13 )
inherit ada multiprocessing
DESCRIPTION="Simple API to spawn processes"