dev-python/backports: Enable pypy3
authorMichał Górny <mgorny@gentoo.org>
Mon, 22 May 2017 12:21:26 +0000 (14:21 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 22 May 2017 14:13:00 +0000 (16:13 +0200)
dev-python/backports/backports-1.0.ebuild

index 270ba3854d61ff32bdbb2b9d9ff01e361b07586b..5572d6a1e019a177267ff318a98d72496d86fdd5 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 
 inherit distutils-r1