mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-power/cpupower: build cpufreq-bench unconditionally
Closes: https://bugs.gentoo.org/695138 Package-Manager: Portage-2.3.79_p3, Repoman-2.3.18_p2 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
@@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.xz"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0/0"
|
||||
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
|
||||
IUSE="cpufreq_bench nls"
|
||||
IUSE="nls"
|
||||
|
||||
# File collision w/ headers of the deprecated cpufrequtils
|
||||
RDEPEND="sys-apps/pciutils
|
||||
@@ -38,7 +38,6 @@ src_configure() {
|
||||
export confdir="${EPREFIX}/etc"
|
||||
export V=1
|
||||
export NLS=$(usex nls true false)
|
||||
export CPUFREQ_BENCH=$(usex cpufreq_bench true false)
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
||||
@@ -5,9 +5,6 @@
|
||||
<email>floppym@gentoo.org</email>
|
||||
<name>Mike Gilbert</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="cpufreq_bench">Build and install the cpufreq_bench binary</flag>
|
||||
</use>
|
||||
<slots>
|
||||
<subslots>Subslots correspond to major version of libcpupower</subslots>
|
||||
</slots>
|
||||
|
||||
Reference in New Issue
Block a user