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 B4A6E1582EF for ; Sun, 23 Feb 2025 08:27:42 +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 9892234327E for ; Sun, 23 Feb 2025 08:27:42 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 947E9110296; Sun, 23 Feb 2025 08:27:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8B91E110296 for ; Sun, 23 Feb 2025 08:27:41 +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 38BAE343275 for ; Sun, 23 Feb 2025 08:27:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92FB323C1 for ; Sun, 23 Feb 2025 08:27:39 +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: <1740299184.b59bd592d4050a27c77c2673911de473e183af1d.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/libadalang/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/libadalang/libadalang-25.0.0.ebuild X-VCS-Directories: dev-ada/libadalang/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: b59bd592d4050a27c77c2673911de473e183af1d X-VCS-Branch: master Date: Sun, 23 Feb 2025 08:27:39 +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: 8fd828fc-530e-4553-b96b-7e519e110529 X-Archives-Hash: c1fd89bb2af829c4b7bc2d164f553f80 commit: b59bd592d4050a27c77c2673911de473e183af1d Author: Alfredo Tupone gentoo org> AuthorDate: Sun Feb 23 08:26:24 2025 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Feb 23 08:26:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b59bd592 dev-ada/libadalang: drop gcc_12/gcc_13. Add deps on e3-core Signed-off-by: Alfredo Tupone gentoo.org> dev-ada/libadalang/libadalang-25.0.0.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-ada/libadalang/libadalang-25.0.0.ebuild b/dev-ada/libadalang/libadalang-25.0.0.ebuild index 766e210dbd14..c5b28effe7cc 100644 --- a/dev-ada/libadalang/libadalang-25.0.0.ebuild +++ b/dev-ada/libadalang/libadalang-25.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{11..12} ) -ADA_COMPAT=( gcc_12 gcc_13 gcc_14 ) +ADA_COMPAT=( gcc_14 ) inherit ada python-single-r1 multiprocessing @@ -30,12 +30,13 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" dev-ada/gprbuild[${ADA_USEDEP}] - doc? ( - $(python_gen_cond_dep ' + $(python_gen_cond_dep ' + dev-ada/e3-core[${PYTHON_USEDEP}] + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] - ') - ) + ) + ') test? ( dev-ada/e3-testsuite )" PATCHES=( "${FILESDIR}"/${PN}-23.0.0-test.patch )