diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-02-12 13:16:27 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-02-12 13:16:27 +0000 |
commit | 560c32e29a2007bc1ba11b20816603c6fd903cc5 (patch) | |
tree | 0cd9f4e83b2b80e6ba75c6fe5ab959d88aefa061 /app-text/ispell/ispell-3.2.06-r4.ebuild | |
parent | New Version (diff) | |
download | gentoo-2-560c32e29a2007bc1ba11b20816603c6fd903cc5.tar.gz gentoo-2-560c32e29a2007bc1ba11b20816603c6fd903cc5.tar.bz2 gentoo-2-560c32e29a2007bc1ba11b20816603c6fd903cc5.zip |
eutils + testing KEYWORDS for all arches
Diffstat (limited to 'app-text/ispell/ispell-3.2.06-r4.ebuild')
-rw-r--r-- | app-text/ispell/ispell-3.2.06-r4.ebuild | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/app-text/ispell/ispell-3.2.06-r4.ebuild b/app-text/ispell/ispell-3.2.06-r4.ebuild index d159fc9e928d..a74d507130d4 100644 --- a/app-text/ispell/ispell-3.2.06-r4.ebuild +++ b/app-text/ispell/ispell-3.2.06-r4.ebuild @@ -1,6 +1,8 @@ -# 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-text/ispell/ispell-3.2.06-r4.ebuild,v 1.6 2002/12/09 04:17:44 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.2.06-r4.ebuild,v 1.7 2003/02/12 13:16:27 seemant Exp $ + +inherit eutils S=${WORKDIR}/${P} DESCRIPTION="Ispell is a fast screen-oriented spelling checker" @@ -13,15 +15,11 @@ DEPEND="sys-devel/bison SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ppc sparc " +KEYWORDS="x86 ppc sparc ~alpha ~mips ~hppa" src_unpack() { - - unpack ${P}.tar.gz - - cd ${S} - bzcat ${DISTDIR}/${P}-gentoo.diff.bz2 | patch || die - + unpack ${A} + epatch ${WORKDIR}/${P}-gentoo.diff } src_compile() { |