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

Collapse All | Expand All

(-)rtorrent-0.8.7-r4.ebuild (-1 / +5 lines)
Lines 4-10 Link Here
4
4
5
EAPI=2
5
EAPI=2
6
6
7
inherit eutils
7
inherit eutils autotools
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 23-36 Link Here
23
RDEPEND="${COMMON_DEPEND}
23
RDEPEND="${COMMON_DEPEND}
24
	daemon? ( app-misc/screen )"
24
	daemon? ( app-misc/screen )"
25
DEPEND="${COMMON_DEPEND}
25
DEPEND="${COMMON_DEPEND}
26
	sys-devel/autoconf-archive
26
	test? ( dev-util/cppunit )
27
	test? ( dev-util/cppunit )
27
	dev-util/pkgconfig"
28
	dev-util/pkgconfig"
28
29
29
src_prepare() {
30
src_prepare() {
30
	# bug #358271
31
	# bug #358271
31
	epatch "${FILESDIR}"/${PN}-0.8.6-ncurses.patch
32
	epatch "${FILESDIR}"/${PN}-0.8.6-ncurses.patch
33
	epatch "${FILESDIR}"/${PN}-0.8.7-pthread.patch
32
34
33
	use color && EPATCH_OPTS="-p1" epatch "${FILESDIR}"/${P}-canvas-fix.patch
35
	use color && EPATCH_OPTS="-p1" epatch "${FILESDIR}"/${P}-canvas-fix.patch
36
37
	eautoreconf
34
}
38
}
35
39
36
src_configure() {
40
src_configure() {

Return to bug 369973