Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 41170
Collapse All | Expand All

(-)gdk-pixbuf-0.22.0.ebuild.old (-2 / +2 lines)
Lines 4-10 Link Here
4
4
5
inherit virtualx libtool gnome.org
5
inherit virtualx libtool gnome.org
6
6
7
IUSE="doc"
7
IUSE="doc gnome"
8
S=${WORKDIR}/${P}
8
S=${WORKDIR}/${P}
9
DESCRIPTION="GNOME Image Library"
9
DESCRIPTION="GNOME Image Library"
10
HOMEPAGE="http://www.gtk.org/"
10
HOMEPAGE="http://www.gtk.org/"
Lines 13-19 Link Here
13
	media-libs/tiff
13
	media-libs/tiff
14
	=x11-libs/gtk+-1.2*
14
	=x11-libs/gtk+-1.2*
15
	>=media-libs/libpng-1.2.1
15
	>=media-libs/libpng-1.2.1
16
	>=gnome-base/gnome-libs-1.4.1.2-r1"
16
	gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 )"
17
# We need gnome-libs here, else gnome support do not get compiled into
17
# We need gnome-libs here, else gnome support do not get compiled into
18
# gdk-pixbuf (the GnomeCanvasPixbuf library )
18
# gdk-pixbuf (the GnomeCanvasPixbuf library )
19
19

Return to bug 41170