From: Manuel RĂ¼ger Date: Tue, 16 May 2017 12:01:50 +0000 (+0200) Subject: dev-python/pkginfo: Add pypy3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=421f2cf957ba50bda37ab1feeb48f0f7adcb35ea;p=gentoo.git dev-python/pkginfo: Add pypy3 Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- diff --git a/dev-python/pkginfo/pkginfo-1.2.1.ebuild b/dev-python/pkginfo/pkginfo-1.2.1.ebuild index 63d7fdd2fdd6..3911aa247f34 100644 --- a/dev-python/pkginfo/pkginfo-1.2.1.ebuild +++ b/dev-python/pkginfo/pkginfo-1.2.1.ebuild @@ -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