--- /usr/portage/app-pda/gnome-pilot/gnome-pilot-2.0.13.ebuild 2006-05-24 22:05:48.000000000 +0200 +++ app-pda/gnome-pilot/gnome-pilot-2.0.15.ebuild 2007-02-22 00:16:38.833816501 +0100 @@ -1,15 +1,15 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.13.ebuild,v 1.6 2006/05/24 19:54:24 hansmi Exp $ +# $Header: $ -inherit gnome2 eutils +inherit gnome2 eutils autotools DESCRIPTION="Gnome Palm Pilot and Palm OS Device Syncing Library" HOMEPAGE="http://live.gnome.org/GnomePilot" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ia64 ppc sparc x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="" RDEPEND=">=gnome-base/libgnome-2.0.0 @@ -32,7 +32,11 @@ SCROLLKEEPER_UPDATE="0" src_unpack() { - unpack ${A} - cd "${S}" + gnome2_src_unpack gnome2_omf_fix + + # -Wl,--as-needed fix + epatch ${FILESDIR}/${PN}-2.0.15-gpilotd-makefile.patch + + eautoreconf }