diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-06-10 19:34:12 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-06-10 19:34:36 +0200 |
commit | 610bda27c58f73616994a885cee21729464a9bc5 (patch) | |
tree | e4b71789e8ec1f277b95288f49a13a695ad6fa2f /dev-lang/haxe | |
parent | dev-ml/luv: bump to 0.5.12 (diff) | |
download | gentoo-610bda27c58f73616994a885cee21729464a9bc5.tar.gz gentoo-610bda27c58f73616994a885cee21729464a9bc5.tar.bz2 gentoo-610bda27c58f73616994a885cee21729464a9bc5.zip |
dev-lang/haxe: pin luv
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
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:= |