diff options
Diffstat (limited to 'app-office/abiword/abiword-2.0.5.ebuild')
-rw-r--r-- | app-office/abiword/abiword-2.0.5.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-office/abiword/abiword-2.0.5.ebuild b/app-office/abiword/abiword-2.0.5.ebuild index b0d75d51cdfe..653b785f2b2e 100644 --- a/app-office/abiword/abiword-2.0.5.ebuild +++ b/app-office/abiword/abiword-2.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.0.5.ebuild,v 1.1 2004/03/13 00:32:03 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.0.5.ebuild,v 1.2 2004/03/25 08:21:27 mr_bones_ Exp $ inherit eutils @@ -28,7 +28,8 @@ RDEPEND="virtual/x11 >=app-text/wv-1 >=dev-libs/fribidi-0.10.4 jpeg? ( >=media-libs/jpeg-6b-r2 ) - ( xml2? >=dev-libs/libxml2-2.4.10 : dev-libs/expat ) + xml2? ( >=dev-libs/libxml2-2.4.10 ) + !xml2? ( dev-libs/expat ) spell? ( >=app-text/enchant-1 ) gnome? ( >=gnome-base/libgnomeui-2.2 >=gnome-base/libgnomeprint-2.2.1 |