summaryrefslogtreecommitdiff
path: root/sys-power/cpupower/cpupower-4.13.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-power/cpupower/cpupower-4.13.0.ebuild')
-rw-r--r--sys-power/cpupower/cpupower-4.13.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-power/cpupower/cpupower-4.13.0.ebuild b/sys-power/cpupower/cpupower-4.13.0.ebuild
index 88366fc8d73a..b3ea8ec6d435 100644
--- a/sys-power/cpupower/cpupower-4.13.0.ebuild
+++ b/sys-power/cpupower/cpupower-4.13.0.ebuild
@@ -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() {