diff options
author | PPed72 <paolo.pedroni@iol.it> | 2017-11-08 12:43:46 +0100 |
---|---|---|
committer | Kristian Fiskerstrand <k_f@gentoo.org> | 2017-12-20 23:13:45 +0100 |
commit | 4f871b6795b07cf61dba87992172daacc46fe32a (patch) | |
tree | a2288e2bb8debaa6fae6986518ab099989a79e51 /net-p2p | |
parent | net-p2p/deluge: fix libtorrent-rasterbar dependency and geoip USE-dep (diff) | |
download | gentoo-4f871b6795b07cf61dba87992172daacc46fe32a.tar.gz gentoo-4f871b6795b07cf61dba87992172daacc46fe32a.tar.bz2 gentoo-4f871b6795b07cf61dba87992172daacc46fe32a.zip |
net-p2p/deluge: fix libtorrent-rasterbar dependency and geoip USE-dep
Some more ebuild cleanup
Bug: https://bugs.gentoo.org/636860
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/deluge/deluge-1.3.9999.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/deluge/deluge-1.3.9999.ebuild b/net-p2p/deluge/deluge-1.3.9999.ebuild index 8055972cdb31..759e6ef87443 100644 --- a/net-p2p/deluge/deluge-1.3.9999.ebuild +++ b/net-p2p/deluge/deluge-1.3.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -35,7 +35,7 @@ PATCHES=( "${FILESDIR}/${PN}-1.3.5-disable_libtorrent_internal_copy.patch" ) -CDEPEND=">=net-libs/libtorrent-rasterbar-0.14.9[python,${PYTHON_USEDEP}]" +CDEPEND="net-libs/libtorrent-rasterbar[python,${PYTHON_USEDEP}]" DEPEND="${CDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] dev-util/intltool" @@ -45,9 +45,12 @@ RDEPEND="${CDEPEND} dev-python/pyxdg[${PYTHON_USEDEP}] dev-python/setproctitle[${PYTHON_USEDEP}] || ( >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}] + ( + >=dev-python/twisted-core-13.0[${PYTHON_USEDEP}] >=dev-python/twisted-web-13.0[${PYTHON_USEDEP}] + ) ) - geoip? ( dev-libs/geoip ) + geoip? ( dev-python/geoip-python[${PYTHON_USEDEP}] ) gtk? ( sound? ( dev-python/pygame[${PYTHON_USEDEP}] ) dev-python/pygobject:2[${PYTHON_USEDEP}] |