dev-python/more-itertools: add pypy/pypy3 support
authorMatthew Thode <prometheanfire@gentoo.org>
Sat, 23 Mar 2019 19:30:33 +0000 (14:30 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Sat, 23 Mar 2019 19:58:21 +0000 (14:58 -0500)
added in 5.0.0

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/more-itertools/more-itertools-6.0.0.ebuild

index ba03f925c78e879c8087ae63a38e96ab95092a9a..71bc7842da98a399f5694612cc8bda8cad47c194 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{4,5,6,7} )
+PYTHON_COMPAT=( pypy3 python3_{4,5,6,7} pypy{,3} )
 
 inherit distutils-r1