dev-ada/langkit-contrib: add support to gcc:16

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone 2025-12-05 20:14:38 +01:00
parent 2aa9316609
commit 727946ef38
No known key found for this signature in database
GPG Key ID: FBE5925C5B02CE58

View File

@ -4,7 +4,7 @@
EAPI=8 EAPI=8
PYTHON_COMPAT=( python3_{11..13} ) PYTHON_COMPAT=( python3_{11..13} )
ADA_COMPAT=( gcc_{12..15} ) ADA_COMPAT=( gcc_{12..16} )
DISTUTILS_USE_PEP517=setuptools DISTUTILS_USE_PEP517=setuptools
inherit python-single-r1 ada multiprocessing inherit python-single-r1 ada multiprocessing