commit: 95bcf01828a8d28fc07190c8ebc636d5456cca08
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 20:50:15 2020 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 20:53:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95bcf018
dev-python/pychroot: re-add py36/py37 support
Technically no code in this release requires py38 so provide
backwards-compat for now.
Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
dev-python/pychroot/pychroot-0.10.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pychroot/pychroot-0.10.3.ebuild
b/dev-python/pychroot/pychroot-0.10.3.ebuild
index 9ec7b332eb8..925ca082a68 100644
--- a/dev-python/pychroot/pychroot-0.10.3.ebuild
+++ b/dev-python/pychroot/pychroot-0.10.3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
if [[ ${PV} == *9999 ]] ; then