diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-07-29 10:29:28 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-07-29 10:29:28 +0000 |
commit | 4268b9ecf810bf724ca5c75a190d8080bd668447 (patch) | |
tree | 6f5a3162211f06869170e9838f1c92d0ceb55888 /app-office/dia | |
parent | changed to default to vt7 as most people would expect (diff) | |
download | historical-4268b9ecf810bf724ca5c75a190d8080bd668447.tar.gz historical-4268b9ecf810bf724ca5c75a190d8080bd668447.tar.bz2 historical-4268b9ecf810bf724ca5c75a190d8080bd668447.zip |
update to the move of gdk-pixbuf to media-libs
Diffstat (limited to 'app-office/dia')
-rw-r--r-- | app-office/dia/dia-0.88.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/dia/dia-0.88.1.ebuild b/app-office/dia/dia-0.88.1.ebuild index e313c282faf3..7ffa5269522e 100644 --- a/app-office/dia/dia-0.88.1.ebuild +++ b/app-office/dia/dia-0.88.1.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.ebuild,v 1.4 2001/06/21 20:15:00 lamer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.88.1.ebuild,v 1.5 2001/07/29 10:29:28 hallski Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}" HOMEPAGE="http://www.gnome.org/gnome-office/dia.shtml" DEPEND=">=gnome-base/libxml-1.8.13 nls? ( sys-devel/gettext ) - >=gnome-base/gdk-pixbuf-0.11.0 + >=media-libs/gdk-pixbuf-0.11.0 >=dev-libs/popt-1.5 bonobo? ( >=gnome-base/bonobo-1.0.4 ) python? ( dev-lang/python-2.0 )" |