From: Justin Lecher Date: Mon, 11 Jan 2016 08:07:36 +0000 (+0100) Subject: dev-python/trollius: Drop python3.5 due to broken support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4741adabcc666770a9b007ef936e453afb03b078;p=gentoo.git dev-python/trollius: Drop python3.5 due to broken support Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=571360 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=571364 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=571370 Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher --- diff --git a/dev-python/trollius/trollius-2.0.ebuild b/dev-python/trollius/trollius-2.0.ebuild index 2d842214cb19..cec8cec9091c 100644 --- a/dev-python/trollius/trollius-2.0.ebuild +++ b/dev-python/trollius/trollius-2.0.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy ) +PYTHON_COMPAT=( python{2_7,3_{3,4}} pypy ) inherit distutils-r1