summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Brauel <bjb@gentoo.org>2002-12-15 10:44:10 +0000
committerBjoern Brauel <bjb@gentoo.org>2002-12-15 10:44:10 +0000
commit7c203e62c6805bcf3be7f68a421925cfbbd2f087 (patch)
tree264643d7ba85e59868b3da3f36931530373a209d /app-dicts/ispell-lt
parentDuring removal of sparc64 keywords from the ebuilds a bad sed introduced prob... (diff)
downloadhistorical-7c203e62c6805bcf3be7f68a421925cfbbd2f087.tar.gz
historical-7c203e62c6805bcf3be7f68a421925cfbbd2f087.tar.bz2
historical-7c203e62c6805bcf3be7f68a421925cfbbd2f087.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-dicts/ispell-lt')
-rw-r--r--app-dicts/ispell-lt/ispell-lt-0.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-dicts/ispell-lt/ispell-lt-0.5.ebuild b/app-dicts/ispell-lt/ispell-lt-0.5.ebuild
index f90ca1f32e51..4f1f58595909 100644
--- a/app-dicts/ispell-lt/ispell-lt-0.5.ebuild
+++ b/app-dicts/ispell-lt/ispell-lt-0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-lt/ispell-lt-0.5.ebuild,v 1.2 2002/12/09 04:17:38 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-lt/ispell-lt-0.5.ebuild,v 1.3 2002/12/15 10:44:10 bjb Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Lithuanian dictionary for ispell."
@@ -9,7 +9,7 @@ SRC_URI="http://ieva.mif.vu.lt/~alga/lt/ispell/${P}.tar.gz"
SLOT="0"
LICENSE="as-is"
-KEYWORDS="x86 ppc sparc alpha"
+KEYWORDS="x86 ppc sparc alpha"
DEPEND="app-text/ispell
dev-lang/python"