diff options
author | Marinus Schraal <foser@gentoo.org> | 2002-11-17 22:40:42 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2002-11-17 22:40:42 +0000 |
commit | 84f710ddae848289e9f583e67968a2822d243b6e (patch) | |
tree | 45bc5ce2e1deaa7658ef740f3f4d047ebf6d1697 /media-libs | |
parent | fixes forlintool warnings (diff) | |
download | historical-84f710ddae848289e9f583e67968a2822d243b6e.tar.gz historical-84f710ddae848289e9f583e67968a2822d243b6e.tar.bz2 historical-84f710ddae848289e9f583e67968a2822d243b6e.zip |
small deps fix to fix bug 10731
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/gdk-pixbuf/gdk-pixbuf-0.21.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/gdk-pixbuf/gdk-pixbuf-0.21.0.ebuild b/media-libs/gdk-pixbuf/gdk-pixbuf-0.21.0.ebuild index 903dd40b2144..1017a68015f4 100644 --- a/media-libs/gdk-pixbuf/gdk-pixbuf-0.21.0.ebuild +++ b/media-libs/gdk-pixbuf/gdk-pixbuf-0.21.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gdk-pixbuf/gdk-pixbuf-0.21.0.ebuild,v 1.2 2002/11/13 12:29:41 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gdk-pixbuf/gdk-pixbuf-0.21.0.ebuild,v 1.3 2002/11/17 22:40:42 foser Exp $ inherit virtualx libtool gnome.org @@ -17,7 +17,7 @@ RDEPEND="media-libs/jpeg # We need gnome-libs here, else gnome support do not get compiled into # gdk-pixbuf (the GnomeCanvasPixbuf library ) -RDEPEND="${DEPEND} +DEPEND="${RDEPEND} doc? ( dev-util/gtk-doc )" SLOT="0" |