summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-08-23 20:12:41 +0200
committerJustin Lecher <jlec@gentoo.org>2015-08-24 12:12:06 +0200
commit0751a26c21272f9beb88e06c1869bd1247d266c3 (patch)
tree666e794bca5cc5215dd747a39001708644000220 /dev-python/linecache2/linecache2-1.0.0.ebuild
parentdev-python/mimeparse: Fix pypy3 support (diff)
downloadgentoo-0751a26c21272f9beb88e06c1869bd1247d266c3.tar.gz
gentoo-0751a26c21272f9beb88e06c1869bd1247d266c3.tar.bz2
gentoo-0751a26c21272f9beb88e06c1869bd1247d266c3.zip
dev-python/linecache2: Fix pypy3 support
Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/linecache2/linecache2-1.0.0.ebuild')
-rw-r--r--dev-python/linecache2/linecache2-1.0.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/linecache2/linecache2-1.0.0.ebuild b/dev-python/linecache2/linecache2-1.0.0.ebuild
index 57bcd4739890..0893a5857090 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