Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 446186 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/net-p2p/rtorrent/rtorrent-0.9.2.ebuild (-1 / +5 lines)
Lines 4-10 Link Here
4
4
5
EAPI=4
5
EAPI=4
6
6
7
inherit eutils
7
inherit autotools eutils
8
8
9
DESCRIPTION="BitTorrent Client using libtorrent"
9
DESCRIPTION="BitTorrent Client using libtorrent"
10
HOMEPAGE="http://libtorrent.rakshasa.no/"
10
HOMEPAGE="http://libtorrent.rakshasa.no/"
Lines 31-36 Link Here
31
src_prepare() {
31
src_prepare() {
32
	# bug #358271
32
	# bug #358271
33
	epatch "${FILESDIR}"/${PN}-0.9.1-ncurses.patch
33
	epatch "${FILESDIR}"/${PN}-0.9.1-ncurses.patch
34
35
	epatch "${FILESDIR}"/${PN}-0.9.2-cross-compile.patch
36
37
	eautoreconf
34
}
38
}
35
39
36
src_configure() {
40
src_configure() {

Return to bug 446186