From: Brian Dolbec Date: Fri, 8 May 2020 17:15:44 +0000 (-0700) Subject: dev-python/backports-tempfile: Add python-3.8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=be88b5adc05ed95e5f3d925207c0f4f751c095eb;p=gentoo.git dev-python/backports-tempfile: Add python-3.8 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Brian Dolbec --- diff --git a/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild b/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild index d6ba6260c63d..23e57dc7bc5c 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=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1