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 133861396D9 for ; Wed, 11 Oct 2017 16:55:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6020C2BC003; Wed, 11 Oct 2017 16:55:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D38F2BC001 for ; Wed, 11 Oct 2017 16:55:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06CF333BEBE for ; Wed, 11 Oct 2017 16:55:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE45E70B7 for ; Wed, 11 Oct 2017 16:55:52 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1507740604.140b6f4415e6998e310f10cdc0498da61e96316e.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pip/pip-9.0.1-r2.ebuild X-VCS-Directories: dev-python/pip/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 140b6f4415e6998e310f10cdc0498da61e96316e X-VCS-Branch: master Date: Wed, 11 Oct 2017 16:55:52 +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: 066916af-9441-46b5-bf67-482ac6ca6c7a X-Archives-Hash: 0c2885575b5b25b44b30718fb8671064 commit: 140b6f4415e6998e310f10cdc0498da61e96316e Author: Tim Harder gentoo org> AuthorDate: Mon Oct 9 23:40:05 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Wed Oct 11 16:50:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=140b6f44 dev-python/pip: re-add pypy3 to PYTHON_COMPAT dev-python/pip/pip-9.0.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pip/pip-9.0.1-r2.ebuild b/dev-python/pip/pip-9.0.1-r2.ebuild index fa6353f956a..b42cbc88ee9 100644 --- a/dev-python/pip/pip-9.0.1-r2.ebuild +++ b/dev-python/pip/pip-9.0.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) PYTHON_REQ_USE="threads(+)" inherit eutils bash-completion-r1 distutils-r1