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 E74521388C3 for ; Thu, 12 Nov 2015 18:38:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B507E08C8; Thu, 12 Nov 2015 18:38:30 +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 8626A21C097 for ; Thu, 12 Nov 2015 18:38:29 +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 713143406F3 for ; Thu, 12 Nov 2015 18:38:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D92F42332 for ; Thu, 12 Nov 2015 18:38:26 +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: <1447353503.7c2fdffbd8d5efdebd914dcaf9ad91f5cacd637a.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pip/pip-7.1.2.ebuild X-VCS-Directories: dev-python/pip/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 7c2fdffbd8d5efdebd914dcaf9ad91f5cacd637a X-VCS-Branch: master Date: Thu, 12 Nov 2015 18:38:26 +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: 709561a2-d292-44d6-8624-e9c60e750b79 X-Archives-Hash: 9f34193e7e37836938471c5f1fb8f20b commit: 7c2fdffbd8d5efdebd914dcaf9ad91f5cacd637a Author: Justin Lecher gentoo org> AuthorDate: Thu Nov 12 18:28:21 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Nov 12 18:38:23 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c2fdffb dev-python/pip: Move to virtual for modules with mixed support Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/pip/pip-7.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pip/pip-7.1.2.ebuild b/dev-python/pip/pip-7.1.2.ebuild index 1704e82..293223a 100644 --- a/dev-python/pip/pip-7.1.2.ebuild +++ b/dev-python/pip/pip-7.1.2.ebuild @@ -27,9 +27,9 @@ VENDOR_DEPEND=" >=dev-python/CacheControl-0.11.5[${PYTHON_USEDEP}] >=dev-python/lockfile-0.10.2[${PYTHON_USEDEP}] >=dev-python/progress-1.2[${PYTHON_USEDEP}] - >=dev-python/ipaddress-1.0.14[${PYTHON_USEDEP}] >=dev-python/packaging-15.3[${PYTHON_USEDEP}] >=dev-python/retrying-1.3.3[${PYTHON_USEDEP}] + virtual/python-ipaddress[${PYTHON_USEDEP}] " RDEPEND="${VENDOR_DEPEND} >=dev-python/setuptools-18.2[${PYTHON_USEDEP}]