commit: e339be767d781e590f9db71adbf36131e57f9f2e Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Thu Apr 10 12:00:29 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Thu Apr 10 12:05:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e339be76
dev-ada/gprbuild: enable pypy3_11 Closes: https://bugs.gentoo.org/951002 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ada/gprbuild/gprbuild-25.0.0-r4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ada/gprbuild/gprbuild-25.0.0-r4.ebuild b/dev-ada/gprbuild/gprbuild-25.0.0-r4.ebuild index 97cc3c2862ec..4bc2affed27d 100644 --- a/dev-ada/gprbuild/gprbuild-25.0.0-r4.ebuild +++ b/dev-ada/gprbuild/gprbuild-25.0.0-r4.ebuild @@ -4,7 +4,7 @@ EAPI=8 ADA_COMPAT=( gcc_12 gcc_13 gcc_14 ) -PYTHON_COMPAT=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3{,_11} ) inherit ada python-any-r1 multiprocessing XMLADA=xmlada-${PV} @@ -25,6 +25,7 @@ DEPEND="${ADA_DEPS} dev-ada/gprconfig_kb[${ADA_USEDEP}]" RDEPEND="${DEPEND}" BDEPEND="doc? ( + ${PYTHON_DEPS} $(python_gen_any_dep ' dev-python/sphinx[${PYTHON_USEDEP}] ')
