diff options
Diffstat (limited to 'sys-power/cpupower/cpupower-3.13.ebuild')
-rw-r--r-- | sys-power/cpupower/cpupower-3.13.ebuild | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/sys-power/cpupower/cpupower-3.13.ebuild b/sys-power/cpupower/cpupower-3.13.ebuild index 6705f95e5370..b2c630d2a4ce 100644 --- a/sys-power/cpupower/cpupower-3.13.ebuild +++ b/sys-power/cpupower/cpupower-3.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/cpupower/cpupower-3.13.ebuild,v 1.1 2014/02/12 20:02:03 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/cpupower/cpupower-3.13.ebuild,v 1.2 2014/02/18 07:33:27 ssuominen Exp $ EAPI=5 inherit multilib toolchain-funcs @@ -11,16 +11,10 @@ SRC_URI="mirror://kernel/linux/kernel/v3.x/linux-${PV}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="cpufreq_bench debug nls" -# cpupower should be a USE flag in linux-misc-apps (ditto for usbip!) -# but only if the maintainer doesn't agree to drop it completely from -# there in favour of this one which i'll push to users are replacement -# for the dead cpufreq tools in tree -# !sys-apps/linux-misc-apps[cpupower] - -# header collision with cpufrequtils +# File collision w/ headers of the deprecated cpufrequtils RDEPEND="sys-apps/pciutils !sys-apps/linux-misc-apps !sys-power/cpufrequtils" |