From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 807D158973 for ; Sat, 30 Jan 2016 17:52:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCF1AE086E; Sat, 30 Jan 2016 17:52:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 751A7E086E for ; Sat, 30 Jan 2016 17:52:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45F32340BF6 for ; Sat, 30 Jan 2016 17:52:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C799C0 for ; Sat, 30 Jan 2016 17:52:00 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1454176314.1150f5154b76841d4d4b52e14b92ae508a376147.pacho@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.12.ebuild X-VCS-Directories: net-p2p/deluge/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 1150f5154b76841d4d4b52e14b92ae508a376147 X-VCS-Branch: master Date: Sat, 30 Jan 2016 17:52:00 +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: c7c2de24-2dc7-4d6d-88be-fb23f175b836 X-Archives-Hash: 730b9e86161cb54fb44ea25903d7c72a commit: 1150f5154b76841d4d4b52e14b92ae508a376147 Author: Pacho Ramos gentoo org> AuthorDate: Sat Jan 30 17:51:43 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Jan 30 17:51:54 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1150f515 net-p2p/deluge: PYTHON_REQUIRED_USE needed Package-Manager: portage-2.2.27 net-p2p/deluge/deluge-1.3.12.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-p2p/deluge/deluge-1.3.12.ebuild b/net-p2p/deluge/deluge-1.3.12.ebuild index 6aa9bf1..4a1199b 100644 --- a/net-p2p/deluge/deluge-1.3.12.ebuild +++ b/net-p2p/deluge/deluge-1.3.12.ebuild @@ -25,6 +25,7 @@ fi LICENSE="GPL-2" SLOT="0" IUSE="geoip gtk libnotify setproctitle sound webinterface" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND=">=net-libs/rb_libtorrent-0.14.9[python] dev-python/setuptools[${PYTHON_USEDEP}]