Install this version:
emerge -a =dev-util/n64loaderwv-12.1.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-util/n64loaderwv-12.1.2
Or alternatively:
emerge --autounmask-write -a =dev-util/n64loaderwv-12.1.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 12.1.2 | 8 | ~amd64 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
GHIDRA_EXT_NAME="N64LoaderWV"
inherit ghidra-extension
# Upstream tags a release per Ghidra version rather than versioning the loader.
DESCRIPTION="Ghidra loader for Nintendo 64 ROMs."
HOMEPAGE="https://github.com/zerokilo/n64loaderwv"
SRC_URI="https://github.com/zerokilo/${PN}/archive/refs/tags/${PV}.tar.gz
-> ${P}.tar.gz"
S="${WORKDIR}/${GHIDRA_EXT_NAME}-${PV}"
# Upstream ships no licence file and states no terms anywhere in the repository.
LICENSE="all-rights-reserved"
KEYWORDS="~amd64"
RESTRICT="bindist mirror"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | n64loaderwv-12.1.2.tar.gz | 31315 bytes | https://github.com/zerokilo/n64loaderwv/archive/refs/tags/12.1.2.tar.gz |