diff options
author | Christian Heim <phreak@gentoo.org> | 2006-10-07 06:45:42 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2006-10-07 06:45:42 +0000 |
commit | 2fd1a82a7f083b28f2a94dfec6375b7e0466d970 (patch) | |
tree | 772a6261ead9e4db19632fc57d34f705c3dec546 /sys-power | |
parent | allow people to build linuxthreads again (ugh) (diff) | |
download | gentoo-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')
-rw-r--r-- | sys-power/cpufreqd/ChangeLog | 8 | ||||
-rw-r--r-- | sys-power/cpufreqd/cpufreqd-2.1.0.ebuild | 4 | ||||
-rw-r--r-- | sys-power/cpufreqd/cpufreqd-2.1.1.ebuild | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/sys-power/cpufreqd/ChangeLog b/sys-power/cpufreqd/ChangeLog index bb25cffc147a..2bb8b999ea9d 100644 --- a/sys-power/cpufreqd/ChangeLog +++ b/sys-power/cpufreqd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-power/cpufreqd # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/ChangeLog,v 1.34 2006/07/13 18:59:16 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/ChangeLog,v 1.35 2006/10/07 06:45:42 phreak Exp $ + + 07 Oct 2006; Christian Heim <phreak@gentoo.org> cpufreqd-2.1.0.ebuild, + cpufreqd-2.1.1.ebuild: + 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. 13 Jul 2006; Christian Heim <phreak@gentoo.org> metadata.xml, cpufreqd-1.2.3.ebuild, cpufreqd-2.0.0.ebuild, cpufreqd-2.1.0.ebuild, diff --git a/sys-power/cpufreqd/cpufreqd-2.1.0.ebuild b/sys-power/cpufreqd/cpufreqd-2.1.0.ebuild index cfb7e00b4e73..a459ceef1d46 100644 --- a/sys-power/cpufreqd/cpufreqd-2.1.0.ebuild +++ b/sys-power/cpufreqd/cpufreqd-2.1.0.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.0.ebuild,v 1.2 2006/07/13 18:59:16 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/cpufreqd-2.1.0.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}" 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}" |