sys-power/cpupower: build cpufreq-bench unconditionally
authorMike Gilbert <floppym@gentoo.org>
Mon, 25 Nov 2019 22:09:31 +0000 (17:09 -0500)
committerMike Gilbert <floppym@gentoo.org>
Mon, 25 Nov 2019 22:10:06 +0000 (17:10 -0500)
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>
sys-power/cpupower/cpupower-4.13.0.ebuild
sys-power/cpupower/metadata.xml

index 88366fc8d73a333571304253e098e76fae20bff5..b3ea8ec6d43591047b84e73f353dfcf2d6aa05e0 100644 (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() {
index 470032972666e932a0c88731e67aff90a9634794..5bcecc2e848415b92528dd2d71c88e00451e10c9 100644 (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>