commit: d8922a9aa9513e0dd0774be69c9c116f2fbe751c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 13:50:28 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 13:52:29 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8922a9a
dev-python/genshi: Remove py3.4 support, test failures, #616308
dev-python/genshi/genshi-0.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/genshi/genshi-0.7.ebuild
b/dev-python/genshi/genshi-0.7.ebuild
index db564883a3a..e522c7f9b7c 100644
--- a/dev-python/genshi/genshi-0.7.ebuild
+++ b/dev-python/genshi/genshi-0.7.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+PYTHON_COMPAT=( python2_7 pypy )
inherit distutils-r1