commit: 1398916f8943f39e2659a690ca8fbb621d51076b
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 17 14:07:21 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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