Index: rtorrent-0.8.7-r4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.7-r4.ebuild,v retrieving revision 1.1 diff -u -r1.1 rtorrent-0.8.7-r4.ebuild --- rtorrent-0.8.7-r4.ebuild 15 Aug 2011 19:44:03 -0000 1.1 +++ rtorrent-0.8.7-r4.ebuild 6 Sep 2011 05:17:04 -0000 @@ -4,7 +4,7 @@ EAPI=2 -inherit eutils +inherit eutils autotools DESCRIPTION="BitTorrent Client using libtorrent" HOMEPAGE="http://libtorrent.rakshasa.no/" @@ -23,14 +23,18 @@ RDEPEND="${COMMON_DEPEND} daemon? ( app-misc/screen )" DEPEND="${COMMON_DEPEND} + sys-devel/autoconf-archive test? ( dev-util/cppunit ) dev-util/pkgconfig" src_prepare() { # bug #358271 epatch "${FILESDIR}"/${PN}-0.8.6-ncurses.patch + epatch "${FILESDIR}"/${PN}-0.8.7-pthread.patch use color && EPATCH_OPTS="-p1" epatch "${FILESDIR}"/${P}-canvas-fix.patch + + eautoreconf } src_configure() {