diff options
author | Maciej Barć <xgqt@gentoo.org> | 2021-12-05 14:46:24 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2021-12-05 17:07:24 +0100 |
commit | a1124fc3271d6f1fcdbb6deff1f04c7e1d7c9c63 (patch) | |
tree | 627f673e40300fb963d67be4a76922f538f0d840 /dev-lang | |
parent | sys-libs/glibc: Add experimental clang-kicking (diff) | |
download | gentoo-a1124fc3271d6f1fcdbb6deff1f04c7e1d7c9c63.tar.gz gentoo-a1124fc3271d6f1fcdbb6deff1f04c7e1d7c9c63.tar.bz2 gentoo-a1124fc3271d6f1fcdbb6deff1f04c7e1d7c9c63.zip |
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@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/haxe/haxe-4.2.4-r1.ebuild (renamed from dev-lang/haxe/haxe-4.2.4.ebuild) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-lang/haxe/haxe-4.2.4.ebuild b/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:= |