From 09b67ae19ea19178ca7cdab7c9f2bd6d1914af5d Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Tue, 20 Oct 2015 09:13:28 +0200 Subject: dev-python/mistune: Add python3.5 support Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- dev-python/mistune/mistune-0.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/mistune/mistune-0.7.1.ebuild b/dev-python/mistune/mistune-0.7.1.ebuild index 9ba8e32b7d80..db64d5998be0 100644 --- a/dev-python/mistune/mistune-0.7.1.ebuild +++ b/dev-python/mistune/mistune-0.7.1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad