dev-python/Babel: Drop pypy3 support
authorJustin Lecher <jlec@gentoo.org>
Thu, 7 Jan 2016 08:20:18 +0000 (09:20 +0100)
committerJustin Lecher <jlec@gentoo.org>
Thu, 7 Jan 2016 08:56:19 +0000 (09:56 +0100)
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/Babel/Babel-2.2.0.ebuild

index 55f37a6f30dbf3b2718aedb1f82384b2ec21ddaf..b80dc439f0b602205db0a631cc6edc10eb0c3660 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1