From efdce1d270c398da320c675286226f38c58a46ba Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Thu, 21 Sep 2017 00:13:22 -0400 Subject: [PATCH] dev-python/setuptools-git: add pypy/pypy3 to PYTHON_COMPAT --- dev-python/setuptools-git/setuptools-git-1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild b/dev-python/setuptools-git/setuptools-git-1.2.ebuild index b751cd71c5fba..e48594345140c 100644 --- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild +++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) inherit distutils-r1