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 808771395E2 for ; Thu, 10 Nov 2016 00:08:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC300E0A41; Thu, 10 Nov 2016 00:08:51 +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 C6127E0A41 for ; Thu, 10 Nov 2016 00:08:51 +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 0702B341671 for ; Thu, 10 Nov 2016 00:08:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1977224CB for ; Thu, 10 Nov 2016 00:08:49 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1478736524.40ea61f724b313a482de0458acffa7bd9f537efc.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiohttp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/aiohttp/aiohttp-1.1.1.ebuild dev-python/aiohttp/aiohttp-1.1.2.ebuild X-VCS-Directories: dev-python/aiohttp/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 40ea61f724b313a482de0458acffa7bd9f537efc X-VCS-Branch: master Date: Thu, 10 Nov 2016 00:08:49 +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: 7d2eba7d-f8a9-471f-b7d5-b6f8b7a4ac7e X-Archives-Hash: 71ba04df28fadc60439f125b14597765 commit: 40ea61f724b313a482de0458acffa7bd9f537efc Author: Zac Medico gentoo org> AuthorDate: Thu Nov 10 00:07:10 2016 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Nov 10 00:08:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40ea61f7 dev-python/aiohttp: move dev-python/yarl to CDEPEND Package-Manager: portage-2.3.2 dev-python/aiohttp/aiohttp-1.1.1.ebuild | 2 +- dev-python/aiohttp/aiohttp-1.1.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/aiohttp/aiohttp-1.1.1.ebuild b/dev-python/aiohttp/aiohttp-1.1.1.ebuild index 58d4e70..e63aabe 100644 --- a/dev-python/aiohttp/aiohttp-1.1.1.ebuild +++ b/dev-python/aiohttp/aiohttp-1.1.1.ebuild @@ -22,6 +22,7 @@ CDEPEND=" dev-python/async_timeout[${PYTHON_USEDEP}] dev-python/chardet[${PYTHON_USEDEP}] >=dev-python/multidict-2.0[${PYTHON_USEDEP}] + dev-python/yarl[${PYTHON_USEDEP}] " DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] @@ -38,7 +39,6 @@ DEPEND=" dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytest-mock[${PYTHON_USEDEP}] dev-python/pytest-timeout[${PYTHON_USEDEP}] - dev-python/yarl[${PYTHON_USEDEP}] www-servers/gunicorn[${PYTHON_USEDEP}] ) " diff --git a/dev-python/aiohttp/aiohttp-1.1.2.ebuild b/dev-python/aiohttp/aiohttp-1.1.2.ebuild index 58d4e70..e63aabe 100644 --- a/dev-python/aiohttp/aiohttp-1.1.2.ebuild +++ b/dev-python/aiohttp/aiohttp-1.1.2.ebuild @@ -22,6 +22,7 @@ CDEPEND=" dev-python/async_timeout[${PYTHON_USEDEP}] dev-python/chardet[${PYTHON_USEDEP}] >=dev-python/multidict-2.0[${PYTHON_USEDEP}] + dev-python/yarl[${PYTHON_USEDEP}] " DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] @@ -38,7 +39,6 @@ DEPEND=" dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytest-mock[${PYTHON_USEDEP}] dev-python/pytest-timeout[${PYTHON_USEDEP}] - dev-python/yarl[${PYTHON_USEDEP}] www-servers/gunicorn[${PYTHON_USEDEP}] ) "