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 17B3C1384B4 for ; Tue, 10 Nov 2015 10:54:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D74D621C01E; Tue, 10 Nov 2015 10:54:28 +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 A64F421C01A 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 5EAED340566 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 1B2E12421 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.b5bef34e0d1b46deec8e03f7e82cd21ec5389ac9.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiohttp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/aiohttp/aiohttp-0.14.4-r1.ebuild dev-python/aiohttp/aiohttp-0.17.4.ebuild X-VCS-Directories: dev-python/aiohttp/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: b5bef34e0d1b46deec8e03f7e82cd21ec5389ac9 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: d5674358-5fb6-435c-af6c-b46c1bbe3e62 X-Archives-Hash: 0c12b54192103e3f0bccae7d198386f8 commit: b5bef34e0d1b46deec8e03f7e82cd21ec5389ac9 Author: Justin Lecher gentoo org> AuthorDate: Tue Nov 10 09:23:41 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=b5bef34e dev-python/aiohttp: Use virtual for module with mixed support Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/aiohttp/aiohttp-0.14.4-r1.ebuild | 2 +- dev-python/aiohttp/aiohttp-0.17.4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/aiohttp/aiohttp-0.14.4-r1.ebuild b/dev-python/aiohttp/aiohttp-0.14.4-r1.ebuild index b66fe1e..fc7434e 100644 --- a/dev-python/aiohttp/aiohttp-0.14.4-r1.ebuild +++ b/dev-python/aiohttp/aiohttp-0.14.4-r1.ebuild @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" -RDEPEND="dev-python/asyncio[${PYTHON_USEDEP}]" +RDEPEND="virtual/python-asyncio[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( ${RDEPEND} diff --git a/dev-python/aiohttp/aiohttp-0.17.4.ebuild b/dev-python/aiohttp/aiohttp-0.17.4.ebuild index 2f1c8fa..56f2ef2 100644 --- a/dev-python/aiohttp/aiohttp-0.17.4.ebuild +++ b/dev-python/aiohttp/aiohttp-0.17.4.ebuild @@ -19,7 +19,7 @@ IUSE="doc examples test" CDEPEND=" dev-python/chardet[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/asyncio[${PYTHON_USEDEP}]' 'python3_3') + virtual/python-asyncio[${PYTHON_USEDEP}] $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python3_3') " DEPEND="