diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-12-05 22:32:12 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-12-05 22:32:12 +0000 |
commit | ff8b17f682417cbf251eb62b01222fbc39fce291 (patch) | |
tree | 2dcef0714e38c6e3e83d27c969f53c53662e53db /x11-plugins | |
parent | Fix some autotools mess, quotes, bugs 199118 and bug 199119, thanks to jakub ... (diff) | |
download | gentoo-2-ff8b17f682417cbf251eb62b01222fbc39fce291.tar.gz gentoo-2-ff8b17f682417cbf251eb62b01222fbc39fce291.tar.bz2 gentoo-2-ff8b17f682417cbf251eb62b01222fbc39fce291.zip |
Stable on amd64 wrt bug #194898
(Portage version: 2.1.3.19)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gkrellm-cpufreq/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/gkrellm-cpufreq/gkrellm-cpufreq-0.6.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-plugins/gkrellm-cpufreq/ChangeLog b/x11-plugins/gkrellm-cpufreq/ChangeLog index f96ec399f355..7516a82b0fa2 100644 --- a/x11-plugins/gkrellm-cpufreq/ChangeLog +++ b/x11-plugins/gkrellm-cpufreq/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/gkrellm-cpufreq # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-cpufreq/ChangeLog,v 1.5 2007/07/15 17:58:10 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-cpufreq/ChangeLog,v 1.6 2007/12/05 22:32:12 angelos Exp $ + + 05 Dec 2007; Christoph Mende <angelos@gentoo.org> + gkrellm-cpufreq-0.6.1.ebuild: + Stable on amd64 wrt bug #194898 *gkrellm-cpufreq-0.6.1 (15 Jul 2007) diff --git a/x11-plugins/gkrellm-cpufreq/gkrellm-cpufreq-0.6.1.ebuild b/x11-plugins/gkrellm-cpufreq/gkrellm-cpufreq-0.6.1.ebuild index 1bf009aa49a1..7ae697528a9c 100644 --- a/x11-plugins/gkrellm-cpufreq/gkrellm-cpufreq-0.6.1.ebuild +++ b/x11-plugins/gkrellm-cpufreq/gkrellm-cpufreq-0.6.1.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/x11-plugins/gkrellm-cpufreq/gkrellm-cpufreq-0.6.1.ebuild,v 1.2 2007/07/16 01:12:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-cpufreq/gkrellm-cpufreq-0.6.1.ebuild,v 1.3 2007/12/05 22:32:12 angelos Exp $ inherit gkrellm-plugin @@ -12,7 +12,7 @@ SRC_URI="http://iacs.epfl.ch/~winkelma/gkrellm2-cpufreq//${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" S=${WORKDIR}/${MY_P} |