From 0751a26c21272f9beb88e06c1869bd1247d266c3 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sun, 23 Aug 2015 20:12:41 +0200 Subject: [PATCH] dev-python/linecache2: Fix pypy3 support Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher --- 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 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 -- 2.26.2