diff options
author | 2002-12-15 10:44:09 +0000 | |
---|---|---|
committer | 2002-12-15 10:44:09 +0000 | |
commit | cbe3fe10466423d02a3b7274c3332400dba2d2bb (patch) | |
tree | 661f308d035870e057ff76cc6ce5b2d061134b13 /app-admin/gkrellm | |
parent | fix info and remove old line (diff) | |
download | historical-cbe3fe10466423d02a3b7274c3332400dba2d2bb.tar.gz historical-cbe3fe10466423d02a3b7274c3332400dba2d2bb.tar.bz2 historical-cbe3fe10466423d02a3b7274c3332400dba2d2bb.zip |
During removal of sparc64 keywords from the ebuilds a bad sed introduced problematic KEYWORDS line that contained an illegal character before the alpha keyword. Fixed.
Diffstat (limited to 'app-admin/gkrellm')
-rw-r--r-- | app-admin/gkrellm/gkrellm-1.2.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/gkrellm/gkrellm-1.2.13.ebuild b/app-admin/gkrellm/gkrellm-1.2.13.ebuild index 237b796e87b8..4ff271362385 100644 --- a/app-admin/gkrellm/gkrellm-1.2.13.ebuild +++ b/app-admin/gkrellm/gkrellm-1.2.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/gkrellm/gkrellm-1.2.13.ebuild,v 1.12 2002/12/09 04:17:34 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gkrellm/gkrellm-1.2.13.ebuild,v 1.13 2002/12/15 10:44:09 bjb Exp $ DESCRIPTION="Single process stack of various system monitors" SRC_URI="http://web.wt.net/~billw/${PN}/${P}.tar.bz2" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.gkrellm.net/" SLOT="1" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" IUSE="nls" DEPEND="=x11-libs/gtk+-1.2* |