From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AD3371581EE for ; Thu, 10 Apr 2025 12:06:29 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 992F63435F6 for ; Thu, 10 Apr 2025 12:06:29 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 073611104B8; Thu, 10 Apr 2025 12:06:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id F1FC11104B8 for ; Thu, 10 Apr 2025 12:06:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A74E03433F2 for ; Thu, 10 Apr 2025 12:06:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADCBF1436 for ; Thu, 10 Apr 2025 12:06:22 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1744286711.e339be767d781e590f9db71adbf36131e57f9f2e.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gprbuild/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/gprbuild/gprbuild-25.0.0-r4.ebuild X-VCS-Directories: dev-ada/gprbuild/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: e339be767d781e590f9db71adbf36131e57f9f2e X-VCS-Branch: master Date: Thu, 10 Apr 2025 12:06:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d02e6d1c-c597-4201-90c0-285e101a082e X-Archives-Hash: 0082707b878b783343aa3ff968884b4b commit: e339be767d781e590f9db71adbf36131e57f9f2e Author: Alfredo Tupone gentoo org> AuthorDate: Thu Apr 10 12:00:29 2025 +0000 Commit: Alfredo Tupone gentoo 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 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}] ')