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

Collapse All | Expand All

(-)a/net-p2p/deluge/deluge-1.3.9999.ebuild (-4 / +6 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2016 Gentoo Foundation
1
# Copyright 1999-2017 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI="6"
4
EAPI="6"
Lines 35-41 PATCHES=( Link Here
35
	"${FILESDIR}/${PN}-1.3.5-disable_libtorrent_internal_copy.patch"
35
	"${FILESDIR}/${PN}-1.3.5-disable_libtorrent_internal_copy.patch"
36
)
36
)
37
37
38
CDEPEND=">=net-libs/libtorrent-rasterbar-0.14.9[python,${PYTHON_USEDEP}]"
38
CDEPEND="net-libs/libtorrent-rasterbar[python,${PYTHON_USEDEP}]"
39
DEPEND="${CDEPEND}
39
DEPEND="${CDEPEND}
40
	dev-python/setuptools[${PYTHON_USEDEP}]
40
	dev-python/setuptools[${PYTHON_USEDEP}]
41
	dev-util/intltool"
41
	dev-util/intltool"
Lines 45-53 RDEPEND="${CDEPEND} Link Here
45
	dev-python/pyxdg[${PYTHON_USEDEP}]
45
	dev-python/pyxdg[${PYTHON_USEDEP}]
46
	dev-python/setproctitle[${PYTHON_USEDEP}]
46
	dev-python/setproctitle[${PYTHON_USEDEP}]
47
	|| ( >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
47
	|| ( >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
48
		(
49
		>=dev-python/twisted-core-13.0[${PYTHON_USEDEP}]
48
		>=dev-python/twisted-web-13.0[${PYTHON_USEDEP}]
50
		>=dev-python/twisted-web-13.0[${PYTHON_USEDEP}]
51
		)
49
	)
52
	)
50
	geoip? ( dev-libs/geoip )
53
	geoip? ( dev-python/geoip-python[${PYTHON_USEDEP}] )
51
	gtk? (
54
	gtk? (
52
		sound? ( dev-python/pygame[${PYTHON_USEDEP}] )
55
		sound? ( dev-python/pygame[${PYTHON_USEDEP}] )
53
		dev-python/pygobject:2[${PYTHON_USEDEP}]
56
		dev-python/pygobject:2[${PYTHON_USEDEP}]
54
- 

Return to bug 636860