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
commit7929b4503d9a836b0b82481c71159d2c0301b364 (patch)
treec34ad4ff30054786663e98b1286580263f7ad714 /app-dicts/ispell-da
parentsome cleanups and keywords (diff)
downloadhistorical-7929b4503d9a836b0b82481c71159d2c0301b364.tar.gz
historical-7929b4503d9a836b0b82481c71159d2c0301b364.tar.bz2
historical-7929b4503d9a836b0b82481c71159d2c0301b364.zip
added architectures to testing
Diffstat (limited to 'app-dicts/ispell-da')
-rw-r--r--app-dicts/ispell-da/ispell-da-1.4.22.ebuild11
1 files changed, 3 insertions, 8 deletions
diff --git a/app-dicts/ispell-da/ispell-da-1.4.22.ebuild b/app-dicts/ispell-da/ispell-da-1.4.22.ebuild
index 514b1d192a94..74688b5c4db5 100644
--- a/app-dicts/ispell-da/ispell-da-1.4.22.ebuild
+++ b/app-dicts/ispell-da/ispell-da-1.4.22.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ispell-da-1.4.22.ebuild,v 1.1 2002/12/03 07:15:39 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-da/ispell-da-1.4.22.ebuild,v 1.2 2003/02/12 13:29:28 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A danish dictionary for ispell"
@@ -11,20 +11,15 @@ DEPEND="app-text/ispell"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86"
+KEYWORDS="x86 ppc sparc ~alpha ~mips ~hppa"
src_compile() {
-
emake || die
-
}
src_install () {
-
insinto /usr/lib/ispell
doins dansk.aff dansk.hash
dodoc Documentation/*
-
}
-