Skip to content

Commit

Permalink
net-p2p/deluge: Fix dependency on net-libs/rb_libtorrent.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
krifisk committed Jan 5, 2017
1 parent 384dc24 commit 6e64dbc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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$

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 6e64dbc

Please sign in to comment.