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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2DD371582EF for ; Sun, 23 Feb 2025 08:50:52 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 1993F343220 for ; Sun, 23 Feb 2025 08:50:52 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1C677110296; Sun, 23 Feb 2025 08:50:51 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 0ECA5110296 for ; Sun, 23 Feb 2025 08:50:51 +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 8FE223430CB for ; Sun, 23 Feb 2025 08:50:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0654D7D for ; Sun, 23 Feb 2025 08:50:48 +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: <1740300511.b281bbcc27c0a3c03882aa6fd55419ac3785ec87.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-24.0.0-r2.ebuild X-VCS-Directories: dev-ada/libadalang/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: b281bbcc27c0a3c03882aa6fd55419ac3785ec87 X-VCS-Branch: master Date: Sun, 23 Feb 2025 08:50:48 +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: 3b9f2434-0323-4ee8-aec3-a84a74a9ee3b X-Archives-Hash: 58dc84338d331399bbc3f6bf39df8614 commit: b281bbcc27c0a3c03882aa6fd55419ac3785ec87 Author: Alfredo Tupone gentoo org> AuthorDate: Sun Feb 23 08:48:12 2025 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Feb 23 08:48:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b281bbcc dev-ada/libadalang: fix deps on langkit Signed-off-by: Alfredo Tupone gentoo.org> dev-ada/libadalang/libadalang-24.0.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ada/libadalang/libadalang-24.0.0-r2.ebuild b/dev-ada/libadalang/libadalang-24.0.0-r2.ebuild index e50477fb41e4..fdef918cf758 100644 --- a/dev-ada/libadalang/libadalang-24.0.0-r2.ebuild +++ b/dev-ada/libadalang/libadalang-24.0.0-r2.ebuild @@ -28,7 +28,7 @@ RDEPEND="dev-python/pyyaml ${ADA_DEPS} ${PYTHON_DEPS} >=dev-ada/gpr-24.0.0[${ADA_USEDEP},shared,static-libs?,static-pic?] - >=dev-ada/langkit-24.0.0[${ADA_USEDEP},shared(+),static-libs?,static-pic?] + =dev-ada/langkit-24*[${ADA_USEDEP},shared(+),static-libs?,static-pic?] $(python_gen_cond_dep ' dev-ada/langkit[${PYTHON_USEDEP}] ')"