summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-07-05 07:51:25 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-07-05 07:51:25 +0000
commit3f5c4bdd8568ee7974c6b7ba9ce535a1ab0d0dc1 (patch)
tree163f45f823e4ab8b79f109f5333160bed9974203 /app-office/abiword/abiword-2.4.4.ebuild
parentMoving dccserver patch to distfiles mirror (diff)
downloadhistorical-3f5c4bdd8568ee7974c6b7ba9ce535a1ab0d0dc1.tar.gz
historical-3f5c4bdd8568ee7974c6b7ba9ce535a1ab0d0dc1.tar.bz2
historical-3f5c4bdd8568ee7974c6b7ba9ce535a1ab0d0dc1.zip
xml2 use flag changed to xml
Package-Manager: portage-2.1.1_pre2-r2
Diffstat (limited to 'app-office/abiword/abiword-2.4.4.ebuild')
-rw-r--r--app-office/abiword/abiword-2.4.4.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/app-office/abiword/abiword-2.4.4.ebuild b/app-office/abiword/abiword-2.4.4.ebuild
index 645f46ab6f62..2ffae1f650c5 100644
--- a/app-office/abiword/abiword-2.4.4.ebuild
+++ b/app-office/abiword/abiword-2.4.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.4.4.ebuild,v 1.1 2006/05/17 17:24:41 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.4.4.ebuild,v 1.2 2006/07/05 07:51:25 mr_bones_ Exp $
inherit eutils fdo-mime alternatives
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.abisource.com/"
SRC_URI="http://www.abisource.com/downloads/${PN}/${PV}/source/${P}.tar.bz2"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug gnome spell xml2"
+IUSE="debug gnome spell xml"
LICENSE="GPL-2"
SLOT="2"
@@ -30,8 +30,8 @@ RDEPEND="virtual/xft
>=media-libs/fontconfig-2.1
>=app-text/wv-1
>=dev-libs/fribidi-0.10.4
- xml2? ( >=dev-libs/libxml2-2.4.10 )
- !xml2? ( dev-libs/expat )
+ xml? ( >=dev-libs/libxml2-2.4.10 )
+ !xml? ( dev-libs/expat )
spell? ( >=app-text/enchant-1.1 )
gnome? (
>=gnome-base/libbonobo-2
@@ -57,7 +57,7 @@ src_compile() {
$(use_enable gnome gucharmap) \
$(use_enable spell enchant) \
$(use_enable debug) \
- $(use_with xml2 libxml2) \
+ $(use_with xml libxml2) \
--enable-threads \
--disable-scripting \
--with-sys-wv"