dev-python/pkginfo: Add pypy3
authorManuel Rüger <mrueg@gentoo.org>
Tue, 16 May 2017 12:01:50 +0000 (14:01 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Tue, 16 May 2017 12:01:50 +0000 (14:01 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-python/pkginfo/pkginfo-1.2.1.ebuild

index 63d7fdd2fdd6d6532fcef98446461205cfd97b3f..3911aa247f34e97161bb62323ee5c81770ff78e2 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1