Install this version:
emerge -a =dev-lang/haxe-bin-4.3.7
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-lang/haxe-bin-4.3.7
Or alternatively:
emerge --autounmask-write -a =dev-lang/haxe-bin-4.3.7
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 4.3.7 | 8 | ~amd64 | 4 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="An open source toolkit based on a modern, strictly typed programming language"
HOMEPAGE="https://haxe.org/"
LICENSE="GPL-2+ MIT"
SLOT="4"
KEYWORDS="~amd64"
SRC_URI="https://github.com/HaxeFoundation/haxe/releases/download/${PV}/haxe-${PV}-linux64.tar.gz"
DEPEND="
dev-libs/libpcre
sys-libs/zlib
dev-lang/neko[ssl]
"
# installsources doesn't work properly
RESTRICT="installsources"
S="${WORKDIR}/haxe_20250509143529_e0b355c"
src_install() {
dobin haxe haxelib
insinto /usr/share/haxe
doins -r std
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | haxe-4.3.7-linux64.tar.gz | 11759299 bytes | https://github.com/HaxeFoundation/haxe/releases/download/4.3.7/haxe-4.3.7-linux64.tar.gz |