--- /usr/portage/gnome-extra/evolution-exchange/evolution-exchange-2.22.3.ebuild 2008-07-30 23:48:30.000000000 +0200 +++ /usr/local/portage/modified/gnome-extra/evolution-exchange/evolution-exchange-2.22.3.ebuild 2008-08-05 13:55:03.000000000 +0200 @@ -23,7 +23,7 @@ >=gnome-base/libgnomeui-2.0 dev-libs/libxml2 net-libs/libsoup:2.4 - >=gnome-extra/evolution-data-server-2.22 + >=gnome-extra/evolution-data-server-2.22.3 >=net-nds/openldap-2.1.30-r2" DEPEND="${RDEPEND} @@ -44,3 +44,16 @@ G2CONF="${G2CONF} $(use_with static static-ldap) --with-openldap" } + +src_unpack() { + + unpack ${A} + cd "${S}" + einfo $(pwd) + epatch "${FILESDIR}"/${PN}-pidgin-crash.patch + + # Taken from gnome2.eclass + gnome2_omf_fix + elibtoolize ${ELTCONF} + +}