From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-830330-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id D2DC513989D
	for <garchives@archives.gentoo.org>; Tue, 25 Aug 2015 23:23:26 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 76517E0852;
	Tue, 25 Aug 2015 23:23:26 +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 2508FE0852
	for <gentoo-commits@lists.gentoo.org>; Tue, 25 Aug 2015 23:23: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 221B53408D4
	for <gentoo-commits@lists.gentoo.org>; Tue, 25 Aug 2015 23:23:25 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B6A4169
	for <gentoo-commits@lists.gentoo.org>; Tue, 25 Aug 2015 23:23:20 +0000 (UTC)
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" <floppym@gentoo.org>
Message-ID: <1440544987.f00d7743f6a053e620462e8932c84f22b19e46c8.floppym@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: floppym
X-VCS-Committer-Name: Mike Gilbert
X-VCS-Revision: f00d7743f6a053e620462e8932c84f22b19e46c8
X-VCS-Branch: master
Date: Tue, 25 Aug 2015 23:23:20 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 7230634f-a06f-4bf9-8856-4e1ea31ccc87
X-Archives-Hash: 0cef69e282f04d570eb6be38214f0a86

commit:     f00d7743f6a053e620462e8932c84f22b19e46c8
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 23:22:56 2015 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 23:23:07 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f00d7743

dev-python/pip: Add PYTHON_USEDEP to all dependencies

Bug: https://bugs.gentoo.org/558670

Package-Manager: portage-2.2.20_p40

 dev-python/pip/pip-7.1.2.ebuild | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/dev-python/pip/pip-7.1.2.ebuild b/dev-python/pip/pip-7.1.2.ebuild
index 8ddb913..1a0c9d3 100644
--- a/dev-python/pip/pip-7.1.2.ebuild
+++ b/dev-python/pip/pip-7.1.2.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3  )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
 
 inherit bash-completion-r1 distutils-r1
 
@@ -18,17 +18,17 @@ SLOT="0"
 
 # Check pip/_vendor/vendor.txt for this
 VENDOR_DEPEND="
-	>=dev-python/distlib-0.2.1
-	>=dev-python/html5lib-0.999999
-	>=dev-python/six-1.9
-	>=dev-python/colorama-0.3.3
-	>=dev-python/requests-2.7.0
-	>=dev-python/CacheControl-0.11.5
-	>=dev-python/lockfile-0.10.2
-	>=dev-python/progress-1.2
-	>=dev-python/ipaddress-1.0.14
-	>=dev-python/packaging-15.3
-	>=dev-python/retrying-1.3.3
+	>=dev-python/distlib-0.2.1[${PYTHON_USEDEP}]
+	>=dev-python/html5lib-0.999999[${PYTHON_USEDEP}]
+	>=dev-python/six-1.9[${PYTHON_USEDEP}]
+	>=dev-python/colorama-0.3.3[${PYTHON_USEDEP}]
+	>=dev-python/requests-2.7.0[${PYTHON_USEDEP}]
+	>=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}]
 "
 RDEPEND="${VENDOR_DEPEND}
 	>=dev-python/setuptools-18.2[${PYTHON_USEDEP}]