diff options
Diffstat (limited to 'dev-lang/haxe')
-rw-r--r-- | dev-lang/haxe/haxe-4.2.4-r5.ebuild (renamed from dev-lang/haxe/haxe-4.2.4-r4.ebuild) | 7 | ||||
-rw-r--r-- | dev-lang/haxe/haxe-4.2.5-r2.ebuild (renamed from dev-lang/haxe/haxe-4.2.5-r1.ebuild) | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/dev-lang/haxe/haxe-4.2.4-r4.ebuild b/dev-lang/haxe/haxe-4.2.4-r5.ebuild index 16033aaaab38..b23db8502227 100644 --- a/dev-lang/haxe/haxe-4.2.4-r4.ebuild +++ b/dev-lang/haxe/haxe-4.2.4-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,12 +20,11 @@ LICENSE="GPL-2+ MIT" SLOT="0/${PV}" IUSE="+ocamlopt" -# NOTICE: -# Theoretically luv <= 0.5.8 is pinned but it is because of mingw issues +# NOTICE: Does not compile with >=dev-ml/luv-0.5.12, but it's fixed on master. RDEPEND=" >=dev-lang/ocaml-4:=[ocamlopt?] + <dev-ml/luv-0.5.12:= dev-ml/extlib:= - dev-ml/luv:= dev-ml/ocaml-sha:= dev-ml/ptmap:= dev-ml/sedlex:= diff --git a/dev-lang/haxe/haxe-4.2.5-r1.ebuild b/dev-lang/haxe/haxe-4.2.5-r2.ebuild index 48657441b5b3..2d349a639ef7 100644 --- a/dev-lang/haxe/haxe-4.2.5-r1.ebuild +++ b/dev-lang/haxe/haxe-4.2.5-r2.ebuild @@ -21,12 +21,12 @@ LICENSE="GPL-2+ MIT" SLOT="0/${PV}" IUSE="+ocamlopt" RESTRICT="strip" -# NOTICE: -# Theoretically luv <= 0.5.8 is pinned but it is because of mingw issues + +# NOTICE: Does not compile with >=dev-ml/luv-0.5.12, but it's fixed on master. RDEPEND=" >=dev-lang/ocaml-4:=[ocamlopt?] + <dev-ml/luv-0.5.12:= dev-ml/extlib:= - dev-ml/luv:= dev-ml/ocaml-sha:= dev-ml/ptmap:= dev-ml/sedlex:= |