summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2004-03-08 11:43:09 +0000
committerMarinus Schraal <foser@gentoo.org>2004-03-08 11:43:09 +0000
commitad78d2dfe1265b78fe0e2473e272096143aac259 (patch)
tree020def182de96fbf379ee32848722de0be28aee4
parentMarking stable on x86. Copyright header fixes.. (Manifest recommit) (diff)
downloadgentoo-2-ad78d2dfe1265b78fe0e2473e272096143aac259.tar.gz
gentoo-2-ad78d2dfe1265b78fe0e2473e272096143aac259.tar.bz2
gentoo-2-ad78d2dfe1265b78fe0e2473e272096143aac259.zip
dep & possible bugfix
-rw-r--r--app-office/abiword/ChangeLog6
-rw-r--r--app-office/abiword/abiword-2.0.4.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/app-office/abiword/ChangeLog b/app-office/abiword/ChangeLog
index ca48fdb3d31f..12dbbd1228df 100644
--- a/app-office/abiword/ChangeLog
+++ b/app-office/abiword/ChangeLog
@@ -1,9 +1,13 @@
# ChangeLog for app-office/abiword
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.65 2004/03/07 14:59:31 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.66 2004/03/08 11:43:09 foser Exp $
*abiword-2.0.4 (07 Mar 2004)
+ 08 Mar 2004; foser <foser@gentoo.org> abiword-2.0.4.ebuild :
+ Fix gtk+ dep to 2.2
+ Disable gucharmap support, it is still borked
+
07 Mar 2004; foser <foser@gentoo.org> abiword-2.0.4.ebuild :
New release, make user docs not optional (#36974)
diff --git a/app-office/abiword/abiword-2.0.4.ebuild b/app-office/abiword/abiword-2.0.4.ebuild
index 94b12480f261..12629bf11802 100644
--- a/app-office/abiword/abiword-2.0.4.ebuild
+++ b/app-office/abiword/abiword-2.0.4.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.4.ebuild,v 1.1 2004/03/07 14:59:31 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.0.4.ebuild,v 1.2 2004/03/08 11:43:09 foser Exp $
inherit eutils
@@ -23,7 +23,7 @@ RDEPEND="virtual/x11
virtual/xft
>=media-libs/fontconfig-2.1
media-libs/libpng
- >=x11-libs/gtk+-2
+ >=x11-libs/gtk+-2.2
>=gnome-base/libglade-2
>=app-text/wv-1
>=dev-libs/fribidi-0.10.4
@@ -61,6 +61,7 @@ src_compile() {
--enable-threads \
--without-ImageMagick \
--disable-scripting \
+ --disable-gucharmap \
--with-sys-wv || die
emake all-recursive || die