Install this version:
emerge -a =dev-lang/dart-bootstrap-3.12.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-lang/dart-bootstrap-3.12.2
Or alternatively:
emerge --autounmask-write -a =dev-lang/dart-bootstrap-3.12.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.12.2 | 8 | -* ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit unpacker
DESCRIPTION="Binary bootstrap package for dev-lang/dart"
HOMEPAGE="https://dart.dev https://github.com/dart-lang/sdk"
SRC_URI="
amd64? (
https://storage.googleapis.com/dart-archive/channels/stable/release/${PV}/sdk/dartsdk-linux-x64-release.zip
-> dartsdk-${PV}-amd64.zip
)
"
S="${WORKDIR}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="-* ~amd64"
RDEPEND="sys-libs/glibc"
BDEPEND="app-arch/unzip"
RESTRICT="strip"
QA_PREBUILT="
usr/lib/dart-bootstrap/bin/dart
usr/lib/dart-bootstrap/bin/dartaotruntime
usr/lib/dart-bootstrap/bin/dartaotruntime_asan
usr/lib/dart-bootstrap/bin/dartaotruntime_msan
usr/lib/dart-bootstrap/bin/dartaotruntime_tsan
usr/lib/dart-bootstrap/bin/dartvm
usr/lib/dart-bootstrap/bin/snapshots/*.snapshot
usr/lib/dart-bootstrap/bin/utils/gen_snapshot
usr/lib/dart-bootstrap/bin/utils/wasm-opt
"
src_install() {
dodir /usr/lib
mv dart-sdk "${ED}/usr/lib/dart-bootstrap" || die
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | dartsdk-3.12.2-amd64.zip | 233130148 bytes | https://storage.googleapis.com/dart-archive/channels/stable/release/3.12.2/sdk/dartsdk-linux-x64-release.zip |