commit: 1b42860134bab62e0adb8497dcad6ed3b7b6ec03
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 18:13:27 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 10:12:06 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b428601
dev-python/traceback2: Fix pypy3 support
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/traceback2/traceback2-1.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/traceback2/traceback2-1.4.0.ebuild
b/dev-python/traceback2/traceback2-1.4.0.ebuild
index 641532e..8fd8069 100644
--- a/dev-python/traceback2/traceback2-1.4.0.ebuild
+++ b/dev-python/traceback2/traceback2-1.4.0.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy )
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
inherit distutils-r1