Install this version:
emerge -a =sys-kernel/cm-psu-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-kernel/cm-psu-9999
Or alternatively:
emerge --autounmask-write -a =sys-kernel/cm-psu-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | ~amd64 | 0 |
# Copyright 2023-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3 linux-mod-r1
DESCRIPTION="Linux hwmon driver for Cooler Master power supplies"
HOMEPAGE="https://github.com/Jannis234/cm-psu"
EGIT_REPO_URI="https://github.com/Jannis234/cm-psu.git"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
src_compile() {
local modlist=( "cm-psu=kernel/drivers/hwmon::" )
local modargs=( KERNELDIR="${KV_OUT_DIR}" )
linux-mod-r1_src_compile
}