Install this version:
emerge -a =sys-devel/fcode-utils-1.0.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-devel/fcode-utils-1.0.3
Or alternatively:
emerge --autounmask-write -a =sys-devel/fcode-utils-1.0.3
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0.3 | 8 | ~amd64 | 0 |
# Copyright 2022 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Set of utilities to process FCODE, OpenFirmware's byte code"
HOMEPAGE="https://www.openfirmware.info/FCODE_suite"
SRC_URI="https://github.com/openbios/fcode-utils/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2 CPL-1.0"
SLOT="0"
KEYWORDS="~amd64"
DOCS=( documentation/ )
src_prepare() {
default
sed -i 's;^STRIP\b.*;STRIP = true;' toke/Makefile detok/Makefile romheaders/Makefile || die
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | fcode-utils-1.0.3.tar.gz | 4304237 bytes | https://github.com/openbios/fcode-utils/archive/refs/tags/v1.0.3.tar.gz |