summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2006-10-07 06:45:42 +0000
committerChristian Heim <phreak@gentoo.org>2006-10-07 06:45:42 +0000
commit2fd1a82a7f083b28f2a94dfec6375b7e0466d970 (patch)
tree772a6261ead9e4db19632fc57d34f705c3dec546 /sys-power/cpufreqd/cpufreqd-2.1.1.ebuild
parentallow people to build linuxthreads again (ugh) (diff)
downloadgentoo-2-2fd1a82a7f083b28f2a94dfec6375b7e0466d970.tar.gz
gentoo-2-2fd1a82a7f083b28f2a94dfec6375b7e0466d970.tar.bz2
gentoo-2-2fd1a82a7f083b28f2a94dfec6375b7e0466d970.zip
Fixing the DEPEND to use only cpufrequtils-002 or greater, since 001 has known issues with 2.6.18 and setting the governor (thanks alonbl for reporting). Closes #150304.
(Portage version: 2.1.2_pre2-r5)
Diffstat (limited to 'sys-power/cpufreqd/cpufreqd-2.1.1.ebuild')
-rw-r--r--sys-power/cpufreqd/cpufreqd-2.1.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-power/cpufreqd/cpufreqd-2.1.1.ebuild b/sys-power/cpufreqd/cpufreqd-2.1.1.ebuild
index 29aceafc3284..0fdcc2217e84 100644
--- a/sys-power/cpufreqd/cpufreqd-2.1.1.ebuild
+++ b/sys-power/cpufreqd/cpufreqd-2.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/cpufreqd-2.1.1.ebuild,v 1.2 2006/07/13 18:59:16 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/cpufreqd-2.1.1.ebuild,v 1.3 2006/10/07 06:45:42 phreak Exp $
inherit eutils
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="acpi apm lm_sensors nforce2 nvidia pmu"
-RDEPEND="sys-power/cpufrequtils
+RDEPEND=">=sys-power/cpufrequtils-002
lm_sensors? ( sys-apps/lm_sensors )"
DEPEND="sys-apps/sed
${RDEPEND}"