--- /usr/portage/gnome-extra/libgsf/libgsf-1.14.16.ebuild 2009-10-19 23:14:39.000000000 +0200 +++ libgsf-1.14.16.ebuild 2009-10-20 20:49:34.000000000 +0200 @@ -5,7 +5,7 @@ EAPI="2" GCONF_DEBUG="no" -inherit eutils gnome2 python multilib +inherit eutils gnome2 python multilib autotools DESCRIPTION="The GNOME Structured File Library" HOMEPAGE="http://www.gnome.org/" @@ -19,10 +19,10 @@ RDEPEND=" >=dev-libs/glib-2.16 >=dev-libs/libxml2-2.4.16 - >=gnome-base/gconf-2 sys-libs/zlib bzip2? ( app-arch/bzip2 ) gnome? ( + >=gnome-base/gconf-2 >=gnome-base/libbonobo-2 >=gnome-base/gnome-vfs-2.2 ) gtk? ( >=x11-libs/gtk+-2 ) @@ -46,6 +46,7 @@ $(use_with bzip2 bz2) $(use_with gnome gnome-vfs) $(use_with gnome bonobo) + $(use_with gnome gconf) $(use_with python) $(use_with gtk gdk-pixbuf)" } @@ -56,6 +57,10 @@ # disable pyc compiling mv py-compile py-compile.orig ln -s $(type -P true) py-compile + + epatch "${FILESDIR}/configure.in.patch" + + eautoreconf } pkg_preinst() {