net-p2p/deluge: Fix dependency on net-libs/rb_libtorrent.
authorKristian Fiskerstrand <k_f@gentoo.org>
Thu, 5 Jan 2017 19:11:07 +0000 (20:11 +0100)
committerKristian Fiskerstrand <k_f@gentoo.org>
Thu, 5 Jan 2017 19:11:30 +0000 (20:11 +0100)
The newer version of the library is not strictly necessary and requires
additional stabilization if to be used, so reducing the version requirement
for 1.3.13 in order to stabilize the point version.

Proxied-Maintainer: Paolo Pedroni
Gentoo-Bug: 601048

Package-Manager: Portage-2.3.3, Repoman-2.3.1

net-p2p/deluge/deluge-1.3.13-r2.ebuild [moved from net-p2p/deluge/deluge-1.3.13-r1.ebuild with 97% similarity]

similarity index 97%
rename from net-p2p/deluge/deluge-1.3.13-r1.ebuild
rename to net-p2p/deluge/deluge-1.3.13-r2.ebuild
index 2463ab669558af82891a244f189161205e682700..54717c2581b986c9f4a840d605bc2426b7a09d1c 100644 (file)
@@ -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
 # $Id$
 
@@ -35,7 +35,7 @@ PATCHES=(
        "${FILESDIR}/${PN}-1.3.5-disable_libtorrent_internal_copy.patch"
 )
 
-CDEPEND=">=net-libs/rb_libtorrent-1.0.9-r1[python,${PYTHON_USEDEP}]"
+CDEPEND=">=net-libs/rb_libtorrent-0.16.17[python,${PYTHON_USEDEP}]"
 DEPEND="${CDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]
        dev-util/intltool"