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 0E82F1384B4 for ; Wed, 11 Nov 2015 17:28:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3289A21C0BF; Wed, 11 Nov 2015 17:27:41 +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 E54F321C0BF for ; Wed, 11 Nov 2015 17:27:39 +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 28313340812 for ; Wed, 11 Nov 2015 17:27:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B06B72416 for ; Wed, 11 Nov 2015 17:27:30 +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: <1447262823.deb6c538629d2bbae8d703845c91f12ae4030dca.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-1.5.6.ebuild dev-python/pip/pip-7.1.0.ebuild 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: deb6c538629d2bbae8d703845c91f12ae4030dca X-VCS-Branch: master Date: Wed, 11 Nov 2015 17:27:30 +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: 9df77506-e30a-43e3-9dc5-d76e0b7b7596 X-Archives-Hash: 0e34f57d7634fdfa9e8ef866f731cb6a commit: deb6c538629d2bbae8d703845c91f12ae4030dca Author: Justin Lecher gentoo org> AuthorDate: Wed Nov 11 17:16:15 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Nov 11 17:27:03 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb6c538 dev-python/pip: Depend on threading support in python Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/pip/pip-1.5.6.ebuild | 1 + dev-python/pip/pip-7.1.0.ebuild | 1 + dev-python/pip/pip-7.1.2.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/dev-python/pip/pip-1.5.6.ebuild b/dev-python/pip/pip-1.5.6.ebuild index 6e787d1..d0560d9 100644 --- a/dev-python/pip/pip-1.5.6.ebuild +++ b/dev-python/pip/pip-1.5.6.ebuild @@ -4,6 +4,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) +PYTHON_REQ_USE="threads(+)" inherit bash-completion-r1 distutils-r1 diff --git a/dev-python/pip/pip-7.1.0.ebuild b/dev-python/pip/pip-7.1.0.ebuild index 95d1c03..3af6fa0 100644 --- a/dev-python/pip/pip-7.1.0.ebuild +++ b/dev-python/pip/pip-7.1.0.ebuild @@ -5,6 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) +PYTHON_REQ_USE="threads(+)" inherit bash-completion-r1 distutils-r1 diff --git a/dev-python/pip/pip-7.1.2.ebuild b/dev-python/pip/pip-7.1.2.ebuild index 0b04a71..1704e82 100644 --- a/dev-python/pip/pip-7.1.2.ebuild +++ b/dev-python/pip/pip-7.1.2.ebuild @@ -5,6 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) +PYTHON_REQ_USE="threads(+)" inherit bash-completion-r1 distutils-r1