dev-ada/aunit: enable gcc:13

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2023-12-20 19:23:44 +01:00
parent 9d3a42cd60
commit e5cfcb4e71

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="Ada unit testing framework"