From: Michał Górny Date: Thu, 19 Mar 2020 18:30:23 +0000 (+0100) Subject: dev-python/backports-tempfile: Remove py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6e9dc028fd4b833374c7d23e6eb4ab0aa6d848c8;p=gentoo.git dev-python/backports-tempfile: Remove py2 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 5a373c085ddd..d6ba6260c63d 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_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1