diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-23 20:12:41 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:12:06 +0200 |
commit | 0751a26c21272f9beb88e06c1869bd1247d266c3 (patch) | |
tree | 666e794bca5cc5215dd747a39001708644000220 | |
parent | 6005c20573b8561525fde4f1c2c38c709a628be4 (diff) | |
download | gentoo-0751a26c21272f9beb88e06c1869bd1247d266c3.tar.gz gentoo-0751a26c21272f9beb88e06c1869bd1247d266c3.tar.xz |
dev-python/linecache2: Fix pypy3 support
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r-- | dev-python/linecache2/linecache2-1.0.0.ebuild | 3 |
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 57bcd473989..0893a585709 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 |