From: Michał Górny Date: Sat, 30 May 2020 06:46:10 +0000 (+0200) Subject: dev-util/pkgcheck: Port to py39 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=21a194f6f3e4cfea60e344a600c4b24c626f6539;p=gentoo.git dev-util/pkgcheck: Port to py39 Signed-off-by: Michał Górny --- diff --git a/dev-util/pkgcheck/pkgcheck-0.7.6-r1.ebuild b/dev-util/pkgcheck/pkgcheck-0.7.6-r1.ebuild index ee6c0d6638ba..bcd3a46019b6 100644 --- a/dev-util/pkgcheck/pkgcheck-0.7.6-r1.ebuild +++ b/dev-util/pkgcheck/pkgcheck-0.7.6-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) DISTUTILS_IN_SOURCE_BUILD=1 inherit distutils-r1 eutils diff --git a/dev-util/pkgcheck/pkgcheck-9999.ebuild b/dev-util/pkgcheck/pkgcheck-9999.ebuild index 677e2471a279..c05954b53f8a 100644 --- a/dev-util/pkgcheck/pkgcheck-9999.ebuild +++ b/dev-util/pkgcheck/pkgcheck-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) DISTUTILS_IN_SOURCE_BUILD=1 inherit distutils-r1 eutils