dev-python/trollius: Add python3.5 support
authorJustin Lecher <jlec@gentoo.org>
Wed, 6 Jan 2016 15:51:36 +0000 (16:51 +0100)
committerJustin Lecher <jlec@gentoo.org>
Wed, 6 Jan 2016 17:14:48 +0000 (18:14 +0100)
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/trollius/trollius-2.0.ebuild

index b15094c7a12cc3c0624be89a15be7d6ddec22b08..2d842214cb19822d3bf62eb572457afb4a4aae86 100644 (file)
@@ -1,9 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+
+PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy )
+
 inherit distutils-r1
 
 DESCRIPTION="A port of the Tulip project (asyncio module, PEP3156)"