diff options
author | Bjoern Brauel <bjb@gentoo.org> | 2002-12-15 10:44:09 +0000 |
---|---|---|
committer | Bjoern Brauel <bjb@gentoo.org> | 2002-12-15 10:44:09 +0000 |
commit | cbe3fe10466423d02a3b7274c3332400dba2d2bb (patch) | |
tree | 661f308d035870e057ff76cc6ce5b2d061134b13 /app-admin/dosfstools | |
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/dosfstools')
-rw-r--r-- | app-admin/dosfstools/dosfstools-2.8-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |