commit: 0751a26c21272f9beb88e06c1869bd1247d266c3
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 18:12:41 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=0751a26c
dev-python/linecache2: Fix pypy3 support
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/linecache2/linecache2-1.0.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/linecache2/linecache2-1.0.0.ebuild
b/dev-python/linecache2/linecache2-1.0.0.ebuild
index 57bcd47..0893a58 100644
--- a/dev-python/linecache2/linecache2-1.0.0.ebuild
+++ b/dev-python/linecache2/linecache2-1.0.0.ebuild
@@ -3,7 +3,8 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy )
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
inherit distutils-r1