From: Michał Górny Date: Sun, 22 Dec 2019 13:08:51 +0000 (+0100) Subject: dev-python/backports-tempfile: Add pypy X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1d656142784800a02791ea0d2380c5a47641bea7;p=gentoo.git dev-python/backports-tempfile: Add pypy Signed-off-by: Michał Górny --- diff --git a/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild b/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild index 632139290b10..a89290bb8843 100644 --- a/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild +++ b/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy ) inherit distutils-r1