From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0AA49139085 for ; Thu, 5 Jan 2017 19:11:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DC8EE0D28; Thu, 5 Jan 2017 19:11:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18349E0D27 for ; Thu, 5 Jan 2017 19:11:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D66403412C1 for ; Thu, 5 Jan 2017 19:11:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E21FB2604 for ; Thu, 5 Jan 2017 19:11:36 +0000 (UTC) From: "Kristian Fiskerstrand" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kristian Fiskerstrand" Message-ID: <1483643490.6e64dbcb7789e65ba12420a0369dc0de61640663.k_f@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/deluge/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/deluge/deluge-1.3.13-r1.ebuild net-p2p/deluge/deluge-1.3.13-r2.ebuild X-VCS-Directories: net-p2p/deluge/ X-VCS-Committer: k_f X-VCS-Committer-Name: Kristian Fiskerstrand X-VCS-Revision: 6e64dbcb7789e65ba12420a0369dc0de61640663 X-VCS-Branch: master Date: Thu, 5 Jan 2017 19:11:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6f340c7d-c0a5-4eff-8e01-db1eb325e427 X-Archives-Hash: fedaf207130837222cd5e68949fa343f commit: 6e64dbcb7789e65ba12420a0369dc0de61640663 Author: Kristian Fiskerstrand gentoo org> AuthorDate: Thu Jan 5 19:11:07 2017 +0000 Commit: Kristian Fiskerstrand gentoo org> CommitDate: Thu Jan 5 19:11:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e64dbcb net-p2p/deluge: Fix dependency on net-libs/rb_libtorrent. 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-r1.ebuild => deluge-1.3.13-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-p2p/deluge/deluge-1.3.13-r1.ebuild b/net-p2p/deluge/deluge-1.3.13-r2.ebuild 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 2463ab6..54717c2 100644 --- a/net-p2p/deluge/deluge-1.3.13-r1.ebuild +++ b/net-p2p/deluge/deluge-1.3.13-r2.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 # $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"