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 4C11B1384B4 for ; Tue, 10 Nov 2015 10:54:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 485DE21C018; Tue, 10 Nov 2015 10:54:29 +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 AC9D021C01D for ; Tue, 10 Nov 2015 10:54:26 +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 6296D340666 for ; Tue, 10 Nov 2015 10:54:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CA232422 for ; Tue, 10 Nov 2015 10:54:21 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1447152849.3c62beb8d23371a9fc1079d8b21b8c243f562028.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/autobahn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/autobahn/autobahn-0.10.4.ebuild X-VCS-Directories: dev-python/autobahn/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 3c62beb8d23371a9fc1079d8b21b8c243f562028 X-VCS-Branch: master Date: Tue, 10 Nov 2015 10:54:21 +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: 4f311c2a-2453-407a-9b94-0e273c3766af X-Archives-Hash: ceae342365f3a78e42463dac0cef320c commit: 3c62beb8d23371a9fc1079d8b21b8c243f562028 Author: Justin Lecher gentoo org> AuthorDate: Tue Nov 10 09:45:03 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Nov 10 10:54:09 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c62beb8 dev-python/autobahn: Use virtual for module with mixed support Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/autobahn/autobahn-0.10.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/autobahn/autobahn-0.10.4.ebuild b/dev-python/autobahn/autobahn-0.10.4.ebuild index cf0677a..9a45314 100644 --- a/dev-python/autobahn/autobahn-0.10.4.ebuild +++ b/dev-python/autobahn/autobahn-0.10.4.ebuild @@ -20,8 +20,8 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND=" - >=dev-python/asyncio-0.2.1[$(python_gen_usedep python3*)] - >=dev-python/futures-2.1.5[$(python_gen_usedep python2*)] + $(python_gen_cond_dep 'virtual/python-asyncio[${PYTHON_USEDEP}]' 'python3*') + virtual/python-futures[${PYTHON_USEDEP}] >=dev-python/lz4-0.2.1[${PYTHON_USEDEP}] >=dev-python/msgpack-0.4.0[${PYTHON_USEDEP}] >=dev-python/six-1.6.1[${PYTHON_USEDEP}]