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/gkrellm-cpufreq/gkrellm-cpufreq-0.6.1.ebuild | |
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/gkrellm-cpufreq/gkrellm-cpufreq-0.6.1.ebuild')
-rw-r--r-- | x11-plugins/gkrellm-cpufreq/gkrellm-cpufreq-0.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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} |