Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 289856 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/gnome-extra/libgsf/libgsf-1.14.16.ebuild (-2 / +7 lines)
Lines 5-11 Link Here
5
EAPI="2"
5
EAPI="2"
6
GCONF_DEBUG="no"
6
GCONF_DEBUG="no"
7
7
8
inherit eutils gnome2 python multilib
8
inherit eutils gnome2 python multilib autotools
9
9
10
DESCRIPTION="The GNOME Structured File Library"
10
DESCRIPTION="The GNOME Structured File Library"
11
HOMEPAGE="http://www.gnome.org/"
11
HOMEPAGE="http://www.gnome.org/"
Lines 19-28 Link Here
19
RDEPEND="
19
RDEPEND="
20
	>=dev-libs/glib-2.16
20
	>=dev-libs/glib-2.16
21
	>=dev-libs/libxml2-2.4.16
21
	>=dev-libs/libxml2-2.4.16
22
	>=gnome-base/gconf-2
23
	sys-libs/zlib
22
	sys-libs/zlib
24
	bzip2? ( app-arch/bzip2 )
23
	bzip2? ( app-arch/bzip2 )
25
	gnome? (
24
	gnome? (
25
		>=gnome-base/gconf-2
26
		>=gnome-base/libbonobo-2
26
		>=gnome-base/libbonobo-2
27
		>=gnome-base/gnome-vfs-2.2 )
27
		>=gnome-base/gnome-vfs-2.2 )
28
	gtk? ( >=x11-libs/gtk+-2 )
28
	gtk? ( >=x11-libs/gtk+-2 )
Lines 46-51 Link Here
46
		$(use_with bzip2 bz2)
46
		$(use_with bzip2 bz2)
47
		$(use_with gnome gnome-vfs)
47
		$(use_with gnome gnome-vfs)
48
		$(use_with gnome bonobo)
48
		$(use_with gnome bonobo)
49
		$(use_with gnome gconf)
49
		$(use_with python)
50
		$(use_with python)
50
		$(use_with gtk gdk-pixbuf)"
51
		$(use_with gtk gdk-pixbuf)"
51
}
52
}
Lines 56-61 Link Here
56
	# disable pyc compiling
57
	# disable pyc compiling
57
	mv py-compile py-compile.orig
58
	mv py-compile py-compile.orig
58
	ln -s $(type -P true) py-compile
59
	ln -s $(type -P true) py-compile
60
61
	epatch "${FILESDIR}/configure.in.patch"
62
63
	eautoreconf
59
}
64
}
60
65
61
pkg_preinst() {
66
pkg_preinst() {

Return to bug 289856