Install this version:
emerge -a =sys-power/powercap-utils-0.6.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-power/powercap-utils-0.6.0
Or alternatively:
emerge --autounmask-write -a =sys-power/powercap-utils-0.6.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.6.0 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="C bindings to the Linux Power Capping Framework in sysfs"
HOMEPAGE="https://github.com/powercap/powercap"
SRC_URI="https://github.com/powercap/powercap/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/powercap-${PV}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="virtual/pkgconfig"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | powercap-utils-0.6.0.gh.tar.gz | 37481 bytes | https://github.com/powercap/powercap/archive/refs/tags/v0.6.0.tar.gz |