diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-08-28 14:05:10 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-08-28 14:05:10 +0000 |
commit | 1cf3c30f1b7848639403c12f6b3abe8f51b3a9e3 (patch) | |
tree | 85f911cbf17c7777e3d98667abb63a1626793598 /sys-power/cpufreqd | |
parent | ~amd64 (diff) | |
download | gentoo-2-1cf3c30f1b7848639403c12f6b3abe8f51b3a9e3.tar.gz gentoo-2-1cf3c30f1b7848639403c12f6b3abe8f51b3a9e3.tar.bz2 gentoo-2-1cf3c30f1b7848639403c12f6b3abe8f51b3a9e3.zip |
Stable on amd64.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-power/cpufreqd')
-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 59dfbfc9d488..15baaa8f481e 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.10 2005/08/26 12:06:06 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/ChangeLog,v 1.11 2005/08/28 14:05:10 cryos Exp $ + + 28 Aug 2005; Marcus D. Hanwell <cryos@gentoo.org> cpufreqd-1.2.3.ebuild: + Stable on amd64. *cpufreqd-2.0.0_beta4 (26 Aug 2005) diff --git a/sys-power/cpufreqd/cpufreqd-1.2.3.ebuild b/sys-power/cpufreqd/cpufreqd-1.2.3.ebuild index 77f2ac284a05..0db81abae247 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.3 2005/07/01 22:19:27 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/cpufreqd-1.2.3.ebuild,v 1.4 2005/08/28 14:05:10 cryos Exp $ inherit flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="" |