diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-10-05 14:55:56 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-10-05 14:55:56 +0000 |
commit | d6330379f55ed9d557683dcba4223d5f25ad8b3d (patch) | |
tree | 8d30e7a8090a9d738d0568b4a7be72076321bebb /sys-power | |
parent | version bump. fixes bug in escaping non title fields (diff) | |
download | gentoo-2-d6330379f55ed9d557683dcba4223d5f25ad8b3d.tar.gz gentoo-2-d6330379f55ed9d557683dcba4223d5f25ad8b3d.tar.bz2 gentoo-2-d6330379f55ed9d557683dcba4223d5f25ad8b3d.zip |
stable x86, bug 194798
(Portage version: 2.1.3.9)
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/ncpufreqd/ChangeLog | 5 | ||||
-rw-r--r-- | sys-power/ncpufreqd/ncpufreqd-2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-power/ncpufreqd/ChangeLog b/sys-power/ncpufreqd/ChangeLog index b2d3195a076b..9e3929021f80 100644 --- a/sys-power/ncpufreqd/ChangeLog +++ b/sys-power/ncpufreqd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-power/ncpufreqd # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ChangeLog,v 1.14 2007/10/05 12:53:06 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ChangeLog,v 1.15 2007/10/05 14:55:56 opfer Exp $ + + 05 Oct 2007; Christian Faulhammer <opfer@gentoo.org> ncpufreqd-2.3.ebuild: + stable x86, bug 194798 05 Oct 2007; Krzysiek Pawlik <nelchael@gentoo.org> ncpufreqd-2.0.ebuild, ncpufreqd-2.1.ebuild, ncpufreqd-2.3.ebuild: diff --git a/sys-power/ncpufreqd/ncpufreqd-2.3.ebuild b/sys-power/ncpufreqd/ncpufreqd-2.3.ebuild index 111a9d1a812f..a9054f62dab5 100644 --- a/sys-power/ncpufreqd/ncpufreqd-2.3.ebuild +++ b/sys-power/ncpufreqd/ncpufreqd-2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-2.3.ebuild,v 1.3 2007/10/05 12:53:06 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-2.3.ebuild,v 1.4 2007/10/05 14:55:56 opfer Exp $ DESCRIPTION="Daemon controlling CPU speed and temperature" HOMEPAGE="http://projects.simpledesigns.com.pl/project/ncpufreqd/" @@ -8,7 +8,7 @@ SRC_URI="http://projects.simpledesigns.com.pl/get/${P}.tar.bz2" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" |