summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-04-04 16:14:08 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-04-04 16:14:08 +0000
commit09e3b51129922277b2c2d5ac0ef2012ebcfc1531 (patch)
treee357ea76daf9b61eaeaa6a48f47c882a87a46114 /app-office
parentfix DEPEND (diff)
downloadgentoo-2-09e3b51129922277b2c2d5ac0ef2012ebcfc1531.tar.gz
gentoo-2-09e3b51129922277b2c2d5ac0ef2012ebcfc1531.tar.bz2
gentoo-2-09e3b51129922277b2c2d5ac0ef2012ebcfc1531.zip
fix spell DEPEND
Diffstat (limited to 'app-office')
-rw-r--r--app-office/abiword/ChangeLog6
-rw-r--r--app-office/abiword/abiword-0.99.3.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-office/abiword/ChangeLog b/app-office/abiword/ChangeLog
index 1a3cb74d31e7..644880656b1a 100644
--- a/app-office/abiword/ChangeLog
+++ b/app-office/abiword/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/abiword
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.3 2002/03/21 17:21:04 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.4 2002/04/04 16:14:08 azarah Exp $
+
+ 3 Apr 2002; M.Schlemmer <azarah@gentoo.org> abiword-0.99.3.ebuild :
+
+ Fix DEPEND for 'spell' USE var.
*abiword-0.99.3 (21 March 2002)
diff --git a/app-office/abiword/abiword-0.99.3.ebuild b/app-office/abiword/abiword-0.99.3.ebuild
index 626c5c3d8b5b..5123102e98ca 100644
--- a/app-office/abiword/abiword-0.99.3.ebuild
+++ b/app-office/abiword/abiword-0.99.3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author: Karl Trygve Kalleberg <karltk@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-0.99.3.ebuild,v 1.2 2002/03/26 02:14:00 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-0.99.3.ebuild,v 1.3 2002/04/04 16:14:08 azarah Exp $
S=${WORKDIR}/${P}/abi
DESCRIPTION="Text processor"
@@ -20,7 +20,7 @@ DEPEND="virtual/glibc
>=gnome-extra/gal-0.13-r1 )
>=sys-devel/automake-1.5d-r1
perl? ( >=sys-devel/perl-5.6 )
- spell? ( >=app-text/pspell-0.11.2 )
+ spell? ( >=app-text/pspell-ispell-0.12-r1 )
xml2? ( >=dev-libs/libxml2-2.4.10 )
virtual/x11"