From 73a1cf9e4f2057f609f2eaf9db820bc70c870939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 13 Oct 2015 23:32:42 +0200 Subject: [PATCH] dev-python/pexpect: enable python3.5 on v3.3 Enable python3.5 support on the older version since it has more keywords compared to v4.0.1. Tests confirmed to pass. --- dev-python/pexpect/pexpect-3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pexpect/pexpect-3.3.ebuild b/dev-python/pexpect/pexpect-3.3.ebuild index 68593cb60126b..afe8265d43585 100644 --- a/dev-python/pexpect/pexpect-3.3.ebuild +++ b/dev-python/pexpect/pexpect-3.3.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1