diff options
Diffstat (limited to 'app-text/ispell')
-rw-r--r-- | app-text/ispell/files/digest-ispell-3.2.06-r2 | 2 | ||||
-rw-r--r-- | app-text/ispell/ispell-3.2.06-r2.ebuild | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/app-text/ispell/files/digest-ispell-3.2.06-r2 b/app-text/ispell/files/digest-ispell-3.2.06-r2 index 4fbe285e9e49..3a326b326cce 100644 --- a/app-text/ispell/files/digest-ispell-3.2.06-r2 +++ b/app-text/ispell/files/digest-ispell-3.2.06-r2 @@ -1,2 +1,2 @@ MD5 d434e1aef1a815294d5012c60c4c414a ispell-3.2.06.tar.gz 580742 -MD5 959a543cef21e01c14727e6e19182ef9 ispell-3.2.06-gentoo.diff.bz2 8339 +MD5 90d3809b01315817ed82353fd37f2b56 ispell-3.2.06-gentoo.diff.bz2 8338 diff --git a/app-text/ispell/ispell-3.2.06-r2.ebuild b/app-text/ispell/ispell-3.2.06-r2.ebuild index 4c9d01985a21..a0a7b95e0712 100644 --- a/app-text/ispell/ispell-3.2.06-r2.ebuild +++ b/app-text/ispell/ispell-3.2.06-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.2.06-r2.ebuild,v 1.3 2002/07/11 22:37:04 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.2.06-r2.ebuild,v 1.4 2002/07/11 23:13:10 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Ispell is a fast screen-oriented spelling checker" @@ -21,11 +21,10 @@ src_unpack() { cd ${S} bzcat ${DISTDIR}/${P}-gentoo.diff.bz2 | patch || die + } src_compile() { - export TMPDIR=/tmp - addwrite ${TMPDIR} make || die } |