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 C4B51139695 for ; Mon, 22 May 2017 14:13:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02EF3E0829; Mon, 22 May 2017 14:13:15 +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 D0A4B21C075 for ; Mon, 22 May 2017 14:13:14 +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 C0D803416FB for ; Mon, 22 May 2017 14:13:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 325807463 for ; Mon, 22 May 2017 14:13:12 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1495462380.972d93716327bf582049dea3b3ded819468a4dde.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/backports/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/backports/backports-1.0.ebuild X-VCS-Directories: dev-python/backports/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 972d93716327bf582049dea3b3ded819468a4dde X-VCS-Branch: master Date: Mon, 22 May 2017 14:13:12 +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: ff7a0e87-0367-47c5-a04c-0dc2a849a8a7 X-Archives-Hash: 912cda59ea2e03ba1c02f25397ec620f commit: 972d93716327bf582049dea3b3ded819468a4dde Author: Michał Górny gentoo org> AuthorDate: Mon May 22 12:21:26 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 22 14:13:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=972d9371 dev-python/backports: Enable pypy3 dev-python/backports/backports-1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/backports/backports-1.0.ebuild b/dev-python/backports/backports-1.0.ebuild index 270ba3854d6..5572d6a1e01 100644 --- a/dev-python/backports/backports-1.0.ebuild +++ b/dev-python/backports/backports-1.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) inherit distutils-r1