Install this version:
emerge -a =dev-libs/oaknut-2.0.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-libs/oaknut-2.0.3
Or alternatively:
emerge --autounmask-write -a =dev-libs/oaknut-2.0.3
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Yet another AArch64 emitter"
# This is a fork of the `merryhime/oaknut` repository
HOMEPAGE="https://github.com/eden-emulator/oaknut"
SRC_URI="https://github.com/eden-emulator/oaknut/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~ppc64"
IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="
test? ( dev-cpp/catch )
"
src_configure() {
local mycmakeargs=(
-DBUILD_TESTING=$(usex test)
)
cmake_src_configure
}
Manage flags for this package:
euse -i <flag> -p dev-libs/oaknut |
euse -E <flag> -p dev-libs/oaknut |
euse -D <flag> -p dev-libs/oaknut
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | oaknut-2.0.3.tar.gz | 88457 bytes | https://github.com/eden-emulator/oaknut/archive/refs/tags/v2.0.3.tar.gz |