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 D90D41584F2 for ; Sun, 16 Mar 2025 13:11:11 +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 C60173430BE for ; Sun, 16 Mar 2025 13:11:11 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A161F1102B7; Sun, 16 Mar 2025 13:11:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 943D11102B7 for ; Sun, 16 Mar 2025 13:11:10 +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 47B40343021 for ; Sun, 16 Mar 2025 13:11:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A552310F1 for ; Sun, 16 Mar 2025 13:11:08 +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: <1742130647.e8c99fd76fa331ce32fa0d2aaba1dd153554320c.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/haxe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/haxe/haxe-4.3.6-r2.ebuild dev-lang/haxe/haxe-4.3.6-r3.ebuild X-VCS-Directories: dev-lang/haxe/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: e8c99fd76fa331ce32fa0d2aaba1dd153554320c X-VCS-Branch: master Date: Sun, 16 Mar 2025 13:11:08 +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: 6a292b27-c713-41f0-80cc-c7945b0b1be4 X-Archives-Hash: d3aa3fd89c6eb7f81b629212baff8d1d commit: e8c99fd76fa331ce32fa0d2aaba1dd153554320c Author: Alfredo Tupone gentoo org> AuthorDate: Sun Mar 16 13:10:47 2025 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Mar 16 13:10:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8c99fd7 dev-lang/haxe: Fix deps Signed-off-by: Alfredo Tupone gentoo.org> dev-lang/haxe/{haxe-4.3.6-r2.ebuild => haxe-4.3.6-r3.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/haxe/haxe-4.3.6-r2.ebuild b/dev-lang/haxe/haxe-4.3.6-r3.ebuild similarity index 98% rename from dev-lang/haxe/haxe-4.3.6-r2.ebuild rename to dev-lang/haxe/haxe-4.3.6-r3.ebuild index 491ce6f87e76..1d1e7e47a43d 100644 --- a/dev-lang/haxe/haxe-4.3.6-r2.ebuild +++ b/dev-lang/haxe/haxe-4.3.6-r3.ebuild @@ -26,7 +26,7 @@ IUSE="+ocamlopt" RESTRICT="strip" RDEPEND=" - <=dev-ml/extlib-1.7.9:= + =dev-ml/extlib-1.7.9*:= >=dev-lang/ocaml-4:=[ocamlopt?] ~dev-ml/luv-0.5.12:=