Сравнение haxe-4.2.5-r2 с haxe-4.3.1

/usr/portage/dev-lang/haxe/haxe-4.3.1.ebuild 2023-10-09 14:52:29.460368349 +0300
4 4
EAPI=8
5 5

  
6 6
DESCRIPTION="Multi-target universal programming language"
7
HOMEPAGE="https://haxe.org/"
7
HOMEPAGE="https://haxe.org/
8
	https://github.com/HaxeFoundation/haxe/"
8 9

  
9 10
if [[ ${PV} == *9999* ]] ; then
10 11
	inherit git-r3
......
22 23
IUSE="+ocamlopt"
23 24
RESTRICT="strip"
24 25

  
25
# NOTICE: Does not compile with >=dev-ml/luv-0.5.12, but it's fixed on master.
26 26
RDEPEND="
27 27
	>=dev-lang/ocaml-4:=[ocamlopt?]
28
	<dev-ml/luv-0.5.12:=
28
	>=dev-ml/luv-0.5.12:=
29 29
	dev-ml/extlib:=
30 30
	dev-ml/ocaml-sha:=
31 31
	dev-ml/ptmap:=
......
49 49
QA_PRESTRIPPED="usr/bin/haxelib"
50 50

  
51 51
src_configure() {
52
	if use ocamlopt ; then
53
		export OCAMLOPT=ocamlopt.opt
54
	else
55
		export OCAMLOPT=ocamlopt
56
	fi
52
	export OCAMLOPT=$(usex ocamlopt ocamlopt.opt ocamlopt)
57 53
}
58 54

  
59 55
src_compile() {
Спасибо!