dev-python/pychroot: drop py35 support
authorTim Harder <radhermit@gentoo.org>
Thu, 18 Jul 2019 04:43:53 +0000 (22:43 -0600)
committerTim Harder <radhermit@gentoo.org>
Thu, 18 Jul 2019 04:55:46 +0000 (22:55 -0600)
Signed-off-by: Tim Harder <radhermit@gentoo.org>
dev-python/pychroot/pychroot-9999.ebuild

index 6ba82dd84eeaca78b15764c9cf44ddf002ba808c..bda4fc26dfd5180d25960054f1cb6b7b55719b3e 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 
 if [[ ${PV} == *9999 ]] ; then