diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-08-21 22:41:34 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-08-21 22:41:34 +0000 |
commit | 48277a156461ed7c88ebc312a8bc042851a65f96 (patch) | |
tree | 28a0bb435df4128e7e955a33887a7437da2a9477 /app-office/gaby | |
parent | make -j 4 didn't work (diff) | |
download | gentoo-2-48277a156461ed7c88ebc312a8bc042851a65f96.tar.gz gentoo-2-48277a156461ed7c88ebc312a8bc042851a65f96.tar.bz2 gentoo-2-48277a156461ed7c88ebc312a8bc042851a65f96.zip |
use media-libs/gdk-pixbuf, not gnome-base/gdk-pixbuf
Diffstat (limited to 'app-office/gaby')
-rw-r--r-- | app-office/gaby/gaby-2.0.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-office/gaby/gaby-2.0.2.ebuild b/app-office/gaby/gaby-2.0.2.ebuild index 99073c0c20a9..eddda01939b6 100644 --- a/app-office/gaby/gaby-2.0.2.ebuild +++ b/app-office/gaby/gaby-2.0.2.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 Craig Joly <joly@ee.ualberta.ca> -# $Header: /var/cvsroot/gentoo-x86/app-office/gaby/gaby-2.0.2.ebuild,v 1.1 2001/08/06 06:15:08 csjoly Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gaby/gaby-2.0.2.ebuild,v 1.2 2001/08/21 22:41:34 hallski Exp $ S=${WORKDIR}/${P} DESCRIPTION="A small personal databases manager for Linux" @@ -10,7 +10,7 @@ HOMEPAGE="http://gaby.sourceforge.net" DEPEND=">=x11-libs/gtk+-1.2.8 virtual/python - >=gnome-base/gdk-pixbuf-0.7.0 + >=media-libs/gdk-pixbuf-0.7.0 gnome-base/libxml dev-python/gnome-python gnome-base/libglade @@ -19,7 +19,7 @@ DEPEND=">=x11-libs/gtk+-1.2.8 nls? ( sys-devel/gettext )" # Image fields require ( >= (media-libs/imlib-1.9.3 || -# gnome-base/gdk-pixbuf-0.7.0 )) +# media-libs/gdk-pixbuf-0.7.0 )) # Sound fields require ( >=media-sound/esound-0.2.8 ) # form layout requires ( gnome-base/libglade ) |