commit:     a1124fc3271d6f1fcdbb6deff1f04c7e1d7c9c63
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  5 13:46:24 2021 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Dec  5 16:07:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1124fc3

dev-lang/haxe: add luv dependency

Closes: https://bugs.gentoo.org/828415
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-lang/haxe/{haxe-4.2.4.ebuild => haxe-4.2.4-r1.ebuild} | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-lang/haxe/haxe-4.2.4.ebuild 
b/dev-lang/haxe/haxe-4.2.4-r1.ebuild
similarity index 92%
rename from dev-lang/haxe/haxe-4.2.4.ebuild
rename to dev-lang/haxe/haxe-4.2.4-r1.ebuild
index 3a305a28ad8b..c08d0a8340e6 100644
--- a/dev-lang/haxe/haxe-4.2.4.ebuild
+++ b/dev-lang/haxe/haxe-4.2.4-r1.ebuild
@@ -20,12 +20,15 @@ LICENSE="GPL-2+ MIT"
 SLOT="0/${PV}"
 IUSE="+ocamlopt"
 
+# NOTICE:
+# Theoretically luv <= 0.5.8 is pinned but it is because of mingw issues
 RDEPEND="
        >=dev-lang/ocaml-4:=[ocamlopt?]
        dev-ml/extlib:=
+       dev-ml/luv:=
+       dev-ml/ocaml-sha:=
        dev-ml/ptmap:=
        dev-ml/sedlex:=
-       dev-ml/ocaml-sha:=
        dev-ml/xml-light:=
 
        dev-lang/neko:=

Reply via email to