Install this version:
emerge -a =sys-power/RyzenAdj-0.19.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-power/RyzenAdj-0.19.0
Or alternatively:
emerge --autounmask-write -a =sys-power/RyzenAdj-0.19.0
# Copyright 2022-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="The power management tool for mobile and desktop Ryzen APUs"
HOMEPAGE="https://github.com/FlyGoat/RyzenAdj"
SRC_URI="https://github.com/FlyGoat/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="sys-apps/pciutils"
RDEPEND="${DEPEND}"
src_configure() {
CMAKE_BUILD_TYPE="Release"
cmake_src_configure
}
src_install() {
dosbin "${BUILD_DIR}"/ryzenadj
dolib.so "${BUILD_DIR}"/libryzenadj.so
dodoc "${S}"/README.md
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | RyzenAdj-0.19.0.tar.gz | 131829 bytes | https://github.com/FlyGoat/RyzenAdj/archive/refs/tags/v0.19.0.tar.gz |