summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <hallski@gentoo.org>2001-10-03 21:43:56 +0000
committerMikael Hallendal <hallski@gentoo.org>2001-10-03 21:43:56 +0000
commit7160a88ec8944acc18aa32cf4d2e8ba19773baf7 (patch)
tree7c98ff3ea4ac99b31389252b27239ba0308be97a /gnome-office
parentadded libglade to deps if USE=gnome (diff)
downloadhistorical-7160a88ec8944acc18aa32cf4d2e8ba19773baf7.tar.gz
historical-7160a88ec8944acc18aa32cf4d2e8ba19773baf7.tar.bz2
historical-7160a88ec8944acc18aa32cf4d2e8ba19773baf7.zip
fixed >= on pspell, reported by Tod M.Neidt
Diffstat (limited to 'gnome-office')
-rw-r--r--gnome-office/abiword/abiword-0.9.3.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/gnome-office/abiword/abiword-0.9.3.ebuild b/gnome-office/abiword/abiword-0.9.3.ebuild
index 40bd201f4475..8a9d80d956a3 100644
--- a/gnome-office/abiword/abiword-0.9.3.ebuild
+++ b/gnome-office/abiword/abiword-0.9.3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2001 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/gnome-office/abiword/abiword-0.9.3.ebuild,v 1.2 2001/09/30 10:50:06 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-office/abiword/abiword-0.9.3.ebuild,v 1.3 2001/10/03 21:43:56 hallski Exp $
S=${WORKDIR}/${P}/abi
DESCRIPTION="Text processor"
@@ -14,9 +14,11 @@ DEPEND="virtual/glibc
=media-libs/freetype-1.3.1-r2
>=media-libs/libpng-1.0.7
>=x11-libs/gtk+-1.2.8
- gnome? ( >=gnome-base/gnome-libs-1.2.10 >=gnome-base/libunicode-0.4
- >=gnome-base/bonobo-1.0.4 >=gnome-base/gal-0.8 )
- spell? ( app-text/pspell-0.11.2 )
+ gnome? ( >=gnome-base/gnome-libs-1.2.10
+ >=gnome-base/libunicode-0.4
+ >=gnome-base/bonobo-1.0.4
+ >=gnome-base/gal-0.8 )
+ spell? ( >=app-text/pspell-0.11.2 )
virtual/x11"