summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-11 23:13:10 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-11 23:13:10 +0000
commita60bfbb0993ec99de764187d9cd91e2fa6b1d599 (patch)
treeeb8dbc117fc9a916a3a88e24d50ce4702d1aaca3 /app-text/ispell
parentsmall fix0rs (diff)
downloadgentoo-2-a60bfbb0993ec99de764187d9cd91e2fa6b1d599.tar.gz
gentoo-2-a60bfbb0993ec99de764187d9cd91e2fa6b1d599.tar.bz2
gentoo-2-a60bfbb0993ec99de764187d9cd91e2fa6b1d599.zip
more sandbox fix0rs
Diffstat (limited to 'app-text/ispell')
-rw-r--r--app-text/ispell/files/digest-ispell-3.2.06-r22
-rw-r--r--app-text/ispell/ispell-3.2.06-r2.ebuild5
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
}