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 AA7871388C3 for ; Thu, 17 Dec 2015 14:49:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FE4B21C027; Thu, 17 Dec 2015 14:48:59 +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 A18D921C027 for ; Thu, 17 Dec 2015 14:48:58 +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 AB9E9340042 for ; Thu, 17 Dec 2015 14:48:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12E0ECE6 for ; Thu, 17 Dec 2015 14:48:54 +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: <1450363726.1398916f8943f39e2659a690ca8fbb621d51076b.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask/flask-0.10.1-r2.ebuild X-VCS-Directories: dev-python/flask/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 1398916f8943f39e2659a690ca8fbb621d51076b X-VCS-Branch: master Date: Thu, 17 Dec 2015 14:48:54 +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: f2bc9f8a-c40f-4c0a-9bea-39e88b33f9a4 X-Archives-Hash: 2d021ac17e5f30dea1728cbf2a0931cc commit: 1398916f8943f39e2659a690ca8fbb621d51076b Author: Justin Lecher gentoo org> AuthorDate: Thu Dec 17 14:07:21 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Dec 17 14:48:46 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1398916f dev-python/flask: Add pypy3 support Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> dev-python/flask/flask-0.10.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/flask/flask-0.10.1-r2.ebuild b/dev-python/flask/flask-0.10.1-r2.ebuild index 8a18344..b3fccdd 100644 --- a/dev-python/flask/flask-0.10.1-r2.ebuild +++ b/dev-python/flask/flask-0.10.1-r2.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1