diff options
author | Henrik Brix Andersen <brix@gentoo.org> | 2005-06-24 07:48:23 +0000 |
---|---|---|
committer | Henrik Brix Andersen <brix@gentoo.org> | 2005-06-24 07:48:23 +0000 |
commit | 409f757ffe0c5649c4dcd3728a6a26f8c657fada (patch) | |
tree | 5439839180c2e22a8d952ec4bb8a580964fbc979 | |
parent | aadded fix for bug 70309 (diff) | |
download | gentoo-2-409f757ffe0c5649c4dcd3728a6a26f8c657fada.tar.gz gentoo-2-409f757ffe0c5649c4dcd3728a6a26f8c657fada.tar.bz2 gentoo-2-409f757ffe0c5649c4dcd3728a6a26f8c657fada.zip |
Stable on x86.
(Portage version: 2.0.51.22-r1)
-rw-r--r-- | sys-power/cpufreqd/ChangeLog | 5 | ||||
-rw-r--r-- | sys-power/cpufreqd/cpufreqd-1.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-power/cpufreqd/ChangeLog b/sys-power/cpufreqd/ChangeLog index 761bcb7cb5fe..5d20abe50c56 100644 --- a/sys-power/cpufreqd/ChangeLog +++ b/sys-power/cpufreqd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-power/cpufreqd # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/ChangeLog,v 1.6 2005/05/26 12:45:04 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/ChangeLog,v 1.7 2005/06/24 07:48:23 brix Exp $ + + 24 Jun 2005; <brix@gentoo.org> cpufreqd-1.2.3.ebuild: + Stable on x86. 26 May 2005; <brix@gentoo.org> cpufreqd-1.2.2-r1.ebuild: Stabilizing on x86 to close memory leaks. diff --git a/sys-power/cpufreqd/cpufreqd-1.2.3.ebuild b/sys-power/cpufreqd/cpufreqd-1.2.3.ebuild index 675df1f121f8..d0dcc9bfe2fc 100644 --- a/sys-power/cpufreqd/cpufreqd-1.2.3.ebuild +++ b/sys-power/cpufreqd/cpufreqd-1.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/cpufreqd-1.2.3.ebuild,v 1.1 2005/05/24 18:24:42 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/cpufreqd-1.2.3.ebuild,v 1.2 2005/06/24 07:48:23 brix Exp $ inherit flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="~amd64 ~ppc x86" IUSE="" |