Install this version:
emerge -a =app-laptop/clevo-fan-control-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-laptop/clevo-fan-control-9999
Or alternatively:
emerge --autounmask-write -a =app-laptop/clevo-fan-control-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake desktop git-r3
DESCRIPTION="Fan speed controller for Clevo laptops"
HOMEPAGE="https://github.com/agramian/clevo-fan-control"
EGIT_REPO_URI="https://github.com/agramian/clevo-fan-control.git"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
RDEPEND="
dev-libs/libayatana-appindicator
x11-libs/gtk+:3
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
src_configure() {
local mycmakeargs=(
-DUSER=portage
-DGROUP=portage
-DHOME="${T}/dummy_home"
)
cmake_src_configure
}
src_install() {
cmake_src_install
rm -rfv "${ED}/var"
}
dev-libs/libayatana-appindicator
x11-libs/gtk+:3
dev-libs/libayatana-appindicator
x11-libs/gtk+:3
virtual/pkgconfig