diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2006-11-30 17:16:24 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2006-11-30 17:16:24 +0000 |
commit | 3e858c035730d65d277cf68bbb53ddb20889f545 (patch) | |
tree | 20ff9e21ec05b68dcbc2abfe2a3577b5b172744b /sys-power/cpufreqd | |
parent | stable x86, bug #156572 (diff) | |
download | gentoo-2-3e858c035730d65d277cf68bbb53ddb20889f545.tar.gz gentoo-2-3e858c035730d65d277cf68bbb53ddb20889f545.tar.bz2 gentoo-2-3e858c035730d65d277cf68bbb53ddb20889f545.zip |
No need to sed the config any more, thanks to Alon Bar-Lev <alonbl@gentoo.org>, bug #156096.
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'sys-power/cpufreqd')
-rw-r--r-- | sys-power/cpufreqd/ChangeLog | 6 | ||||
-rw-r--r-- | sys-power/cpufreqd/cpufreqd-2.2.1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-power/cpufreqd/ChangeLog b/sys-power/cpufreqd/ChangeLog index 4f2e23033802..5200aaabf8d6 100644 --- a/sys-power/cpufreqd/ChangeLog +++ b/sys-power/cpufreqd/ChangeLog @@ -1,6 +1,10 @@ # 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.46 2006/11/30 16:42:10 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/ChangeLog,v 1.47 2006/11/30 17:16:24 peper Exp $ + + 30 Nov 2006; Piotr Jaroszyński <peper@gentoo.org> cpufreqd-2.2.1.ebuild: + No need to sed the config any more, thanks to Alon Bar-Lev + <alonbl@gentoo.org>, bug #156096. *cpufreqd-2.2.1 (30 Nov 2006) diff --git a/sys-power/cpufreqd/cpufreqd-2.2.1.ebuild b/sys-power/cpufreqd/cpufreqd-2.2.1.ebuild index 542ca02c885f..fc137de946b7 100644 --- a/sys-power/cpufreqd/cpufreqd-2.2.1.ebuild +++ b/sys-power/cpufreqd/cpufreqd-2.2.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.2.1.ebuild,v 1.1 2006/11/30 16:42:10 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/cpufreqd-2.2.1.ebuild,v 1.2 2006/11/30 17:16:24 peper Exp $ inherit eutils autotools @@ -25,8 +25,6 @@ src_unpack() { unpack ${A} cd "${S}" - sed -i -e "s:acpi_event:acpi:" "${S}"/cpufreqd.conf - if use nvidia; then cd "${WORKDIR}"/nvclock${NVCLOCK_VERSION} epatch "${FILESDIR}"/nvclock${NVCLOCK_VERSION}-fpic.patch |