summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2020-12-23 13:50:15 -0700
committerTim Harder <radhermit@gentoo.org>2020-12-23 13:53:03 -0700
commit95bcf01828a8d28fc07190c8ebc636d5456cca08 (patch)
tree345e25cb2f59c1af4cd8b24d725693313284c800
parentprofiles/arch/arm64: stable-mask kde-apps/cantor[lua] (diff)
downloadgentoo-95bcf018.tar.gz
gentoo-95bcf018.tar.bz2
gentoo-95bcf018.zip
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@gentoo.org>
-rw-r--r--dev-python/pychroot/pychroot-0.10.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pychroot/pychroot-0.10.3.ebuild b/dev-python/pychroot/pychroot-0.10.3.ebuild
index 9ec7b332eb8a..925ca082a684 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