diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-27 18:02:36 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-27 18:02:36 +0000 |
commit | d18f33190db836567326529d77997ca608388027 (patch) | |
tree | 88525a37ac98d8c6f8da82ac70f48bdce22c97b5 /sys-power | |
parent | x86 stable, bug 322791 (diff) | |
download | gentoo-2-d18f33190db836567326529d77997ca608388027.tar.gz gentoo-2-d18f33190db836567326529d77997ca608388027.tar.bz2 gentoo-2-d18f33190db836567326529d77997ca608388027.zip |
Remove support for obsolete lm_sensors.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/cpufreqd/ChangeLog | 5 | ||||
-rw-r--r-- | sys-power/cpufreqd/cpufreqd-2.1.1.ebuild | 9 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sys-power/cpufreqd/ChangeLog b/sys-power/cpufreqd/ChangeLog index ac68e88baa9c..051c6cd1a018 100644 --- a/sys-power/cpufreqd/ChangeLog +++ b/sys-power/cpufreqd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-power/cpufreqd # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/ChangeLog,v 1.61 2010/06/20 13:59:00 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/ChangeLog,v 1.62 2010/06/27 18:02:36 ssuominen Exp $ + + 27 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> cpufreqd-2.1.1.ebuild: + Remove support for obsolete lm_sensors. 14 Jun 2010; Christian Faulhammer <fauli@gentoo.org> cpufreqd-2.4.2.ebuild: stable x86, bug 323195 diff --git a/sys-power/cpufreqd/cpufreqd-2.1.1.ebuild b/sys-power/cpufreqd/cpufreqd-2.1.1.ebuild index 56578d3199ec..13b808d48864 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-2010 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.9 2010/06/24 22:01:18 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/cpufreqd-2.1.1.ebuild,v 1.10 2010/06/27 18:02:36 ssuominen Exp $ inherit eutils @@ -15,9 +15,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="ppc" -IUSE="acpi apm lm_sensors nforce2 nvidia pmu" -RDEPEND=">=sys-power/cpufrequtils-002 - lm_sensors? ( <sys-apps/lm_sensors-3 )" +IUSE="acpi apm nforce2 nvidia pmu" +RDEPEND=">=sys-power/cpufrequtils-002" DEPEND="sys-apps/sed ${RDEPEND}" @@ -51,7 +50,7 @@ src_compile() { econf \ $(use_enable acpi) \ $(use_enable apm) \ - $(use_enable lm_sensors sensors) \ + --disable-sensors \ $(use_enable nforce2) \ $(use_enable pmu) \ ${config} \ |