summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-02-12 13:29:28 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-02-12 13:29:28 +0000
commit01ccbf472cb36e2068e28c3f8d71ba0fe5feff43 (patch)
treec7fd8cc5728460dc5f559946df9b82810c7d14f5 /app-dicts/ispell-lt
parentsome cleanups and keywords (diff)
downloadgentoo-2-01ccbf472cb36e2068e28c3f8d71ba0fe5feff43.tar.gz
gentoo-2-01ccbf472cb36e2068e28c3f8d71ba0fe5feff43.tar.bz2
gentoo-2-01ccbf472cb36e2068e28c3f8d71ba0fe5feff43.zip
added architectures to testing
Diffstat (limited to 'app-dicts/ispell-lt')
-rw-r--r--app-dicts/ispell-lt/ispell-lt-0.5.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/app-dicts/ispell-lt/ispell-lt-0.5.ebuild b/app-dicts/ispell-lt/ispell-lt-0.5.ebuild
index 4f1f58595909..5e52fdceaba7 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.
+# Copyright 2002-2003 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.3 2002/12/15 10:44:10 bjb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-lt/ispell-lt-0.5.ebuild,v 1.4 2003/02/12 13:29:28 seemant 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 ~mips ~hppa"
DEPEND="app-text/ispell
dev-lang/python"
@@ -21,7 +21,5 @@ src_compile() {
src_install () {
insinto /usr/lib/ispell
doins lietuviu.hash lietuviu.aff
-# exeinto /usr/lib/ispell-lt
-# doexe sortkoi8 trans
dodoc README COPYING THANKS ChangeLog
}