diff options
author | 2002-03-08 05:29:51 +0000 | |
---|---|---|
committer | 2002-03-08 05:29:51 +0000 | |
commit | db5f63373fd791c4387d8b1822e4ffb7186240f7 (patch) | |
tree | 64487e71bc062cc9e1282388d9fa772d68e27e06 /app-office | |
parent | spelling fix: famouse -> famous (diff) | |
download | historical-db5f63373fd791c4387d8b1822e4ffb7186240f7.tar.gz historical-db5f63373fd791c4387d8b1822e4ffb7186240f7.tar.bz2 historical-db5f63373fd791c4387d8b1822e4ffb7186240f7.zip |
gqview and dia would segfault at startup on my system with
gdk-pixbuf-0.16.0-r1, but seem to work with -r4. Bumping up the
gdk-pixbuf dependency for these packages to 0-16.0-r4, to play it
safe.
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/dia/dia-0.88.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/dia/dia-0.88.1-r1.ebuild b/app-office/dia/dia-0.88.1-r1.ebuild index 6c63f345a153..c02ebfa621c1 100644 --- a/app-office/dia/dia-0.88.1-r1.ebuild +++ b/app-office/dia/dia-0.88.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.88.1-r1.ebuild,v 1.2 2001/11/10 03:03:57 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.88.1-r1.ebuild,v 1.3 2002/03/08 05:29:51 agenkin Exp $ S=${WORKDIR}/${P} DESCRIPTION="Diagram Creation Program" @@ -9,7 +9,7 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz" HOMEPAGE="http://www.gnome.org/gnome-office/dia.shtml" RDEPEND=">=dev-libs/libxml-1.8.15 - >=media-libs/gdk-pixbuf-0.11.0-r1 + >=media-libs/gdk-pixbuf-0.16.0-r4 >=dev-libs/popt-1.5 bonobo? ( >=gnome-base/bonobo-1.0.9-r1 )" |