dev-ada/langkit: support gcc:16

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone 2025-12-04 20:50:21 +01:00
parent cd83fb2c00
commit 3b8c00f621
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 distutils-r1 ada multiprocessing inherit distutils-r1 ada multiprocessing