commit: ad63e43acab429db03d7744e0b67f9eb1913a731
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 18 04:43:53 2019 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Jul 18 04:55:46 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad63e43a
dev-python/pychroot: drop py35 support
Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
dev-python/pychroot/pychroot-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pychroot/pychroot-9999.ebuild
b/dev-python/pychroot/pychroot-9999.ebuild
index 6ba82dd84ee..bda4fc26dfd 100644
--- a/dev-python/pychroot/pychroot-9999.ebuild
+++ b/dev-python/pychroot/pychroot-9999.ebuild
@@ -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