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 10FAE139083 for ; Wed, 20 Dec 2017 22:14:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54DAFE10DF; Wed, 20 Dec 2017 22:13:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30448E10DF for ; Wed, 20 Dec 2017 22:13:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E12C33BF51 for ; Wed, 20 Dec 2017 22:13:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9469DAE85 for ; Wed, 20 Dec 2017 22:13:56 +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: <1513808025.4f871b6795b07cf61dba87992172daacc46fe32a.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.9999.ebuild X-VCS-Directories: net-p2p/deluge/ X-VCS-Committer: k_f X-VCS-Committer-Name: Kristian Fiskerstrand X-VCS-Revision: 4f871b6795b07cf61dba87992172daacc46fe32a X-VCS-Branch: master Date: Wed, 20 Dec 2017 22:13:56 +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: f1335b89-4ace-4860-8d57-238aa9854f8b X-Archives-Hash: 599e0c5acc973d25f66e8ceb279cf794 commit: 4f871b6795b07cf61dba87992172daacc46fe32a Author: PPed72 iol it> AuthorDate: Wed Nov 8 11:43:46 2017 +0000 Commit: Kristian Fiskerstrand gentoo org> CommitDate: Wed Dec 20 22:13:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f871b67 net-p2p/deluge: fix libtorrent-rasterbar dependency and geoip USE-dep Some more ebuild cleanup Bug: https://bugs.gentoo.org/636860 net-p2p/deluge/deluge-1.3.9999.ebuild | 9 ++++++--- 1 file 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 8055972cdb3..759e6ef8744 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}]