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:
Mike Gilbert
2019-11-25 17:09:31 -05:00
parent 40c51b50c9
commit faf0851be8
2 changed files with 1 additions and 5 deletions

View File

@@ -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() {

View File

@@ -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>