--- libpst-0.6.41.ebuild.orig 2010-03-29 21:41:48.000000000 +0200 +++ libpst-0.6.41.ebuild 2010-03-29 21:37:23.000000000 +0200 @@ -3,7 +3,7 @@ # $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/libpst-0.6.41.ebuild,v 1.5 2009/12/21 15:38:37 ssuominen Exp $ EAPI=2 -inherit autotools eutils toolchain-funcs +inherit autotools eutils python toolchain-funcs DESCRIPTION="Tools and library for reading Outlook files (.pst format)" HOMEPAGE="http://www.five-ten-sg.com/libpst/" @@ -22,6 +22,7 @@ src_prepare() { epatch "${FILESDIR}"/${P}-asneeded.patch + epatch "${FILESDIR}"/${P}-pointless-la.patch eautoreconf } @@ -40,4 +41,5 @@ src_install() { emake DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS ChangeLog NEWS TODO || die "dodoc failed" + rm "${D}"$(python_get_sitedir)/_libpst.la }