Skip to content

Commit

Permalink
dev-ada/gnatcoll-bindings: support gcc:13
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Tupone <[email protected]>
  • Loading branch information
atupone committed Dec 2, 2023
1 parent eb94e25 commit a2f2be4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=8

PYTHON_COMPAT=( python3_{9..11} )
ADA_COMPAT=( gnat_2021 gcc_12 )
ADA_COMPAT=( gnat_2021 gcc_12 gcc_13 )
inherit ada multiprocessing python-single-r1

DESCRIPTION="GNAT Component Collection"
Expand Down

0 comments on commit a2f2be4

Please sign in to comment.