From cbe3fe10466423d02a3b7274c3332400dba2d2bb Mon Sep 17 00:00:00 2001 From: Bjoern Brauel Date: Sun, 15 Dec 2002 10:44:09 +0000 Subject: 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. --- app-admin/dosfstools/dosfstools-2.8-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-admin/dosfstools') diff --git a/app-admin/dosfstools/dosfstools-2.8-r2.ebuild b/app-admin/dosfstools/dosfstools-2.8-r2.ebuild index b91ba67d120e..6e0efac8e07d 100644 --- a/app-admin/dosfstools/dosfstools-2.8-r2.ebuild +++ b/app-admin/dosfstools/dosfstools-2.8-r2.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/dosfstools/dosfstools-2.8-r2.ebuild,v 1.11 2002/12/09 04:17:34 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/dosfstools/dosfstools-2.8-r2.ebuild,v 1.12 2002/12/15 10:44:08 bjb Exp $ DESCRIPTION="dos filesystem tools" SRC_URI="ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/${P}.src.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" DEPEND="virtual/glibc" -- cgit v1.2.3-65-gdbad