sys-apps/pkgcore: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Sat, 30 May 2020 06:45:21 +0000 (08:45 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 30 May 2020 07:12:07 +0000 (09:12 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-apps/pkgcore/pkgcore-0.10.12.ebuild
sys-apps/pkgcore/pkgcore-9999.ebuild

index e7082921ab08bc0d73b5170b2078b3c5b02b5930..4d3887960e306caa76c70743862e0917c98a40a4 100644 (file)
@@ -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
 
index 7b1913d802f03dbcdf924ca42c5ecc3417dfd040..66a8a5020abd2157bec8682afcb229e3913f9748 100644 (file)
@@ -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