summaryrefslogtreecommitdiff
path: root/net-p2p/deluge/deluge-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/deluge/deluge-9999.ebuild')
-rw-r--r--net-p2p/deluge/deluge-9999.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/net-p2p/deluge/deluge-9999.ebuild b/net-p2p/deluge/deluge-9999.ebuild
index 0d7b3a317c07..be0397a7f781 100644
--- a/net-p2p/deluge/deluge-9999.ebuild
+++ b/net-p2p/deluge/deluge-9999.ebuild
@@ -27,9 +27,12 @@ REQUIRED_USE="
sound? ( gtk )
"
+# Note: if/when Deluge supports newer libtorrent-rasterbar >= 2, please
+# move the dependency *outside* of gen_cond_dep and use PYTHON_SINGLE_USEDEP
+# instead. It doesn't seem like Deluge supports >= 2 right now.
DEPEND="
$(python_gen_cond_dep '
- net-libs/libtorrent-rasterbar[python,${PYTHON_USEDEP}]
+ <net-libs/libtorrent-rasterbar-2.0.0[python,${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
')
dev-util/intltool
@@ -47,6 +50,7 @@ RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
>=dev-python/twisted-17.1.0[crypt,${PYTHON_USEDEP}]
>=dev-python/zope-interface-4.4.2[${PYTHON_USEDEP}]
+ <net-libs/libtorrent-rasterbar-2.0.0[python,${PYTHON_USEDEP}]
geoip? ( dev-python/geoip-python[${PYTHON_USEDEP}] )
gtk? (
sound? ( dev-python/pygame[${PYTHON_USEDEP}] )
@@ -54,7 +58,6 @@ RDEPEND="
gnome-base/librsvg
libnotify? ( x11-libs/libnotify )
)
- net-libs/libtorrent-rasterbar[python,${PYTHON_USEDEP}]
dev-python/mako[${PYTHON_USEDEP}]
')"