dev-python/empy: add python 3.5 support
authorAlexis Ballier <aballier@gentoo.org>
Tue, 23 Feb 2016 18:06:03 +0000 (19:06 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Tue, 23 Feb 2016 18:06:34 +0000 (19:06 +0100)
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
dev-python/empy/empy-3.3.2.ebuild

index 62e123ea3548fc44502482179dba9f5545034278..0f8dca33da416765632411962d7ce917a454d74c 100644 (file)
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
 
 inherit distutils-r1