app-misc/terminal-colors: update to EAPI 6, add py35 and drop py33
authorTim Harder <radhermit@gentoo.org>
Fri, 23 Sep 2016 18:18:42 +0000 (14:18 -0400)
committerTim Harder <radhermit@gentoo.org>
Fri, 23 Sep 2016 18:20:24 +0000 (14:20 -0400)
app-misc/terminal-colors/terminal-colors-2.2.ebuild

index a8d5cbaa82ed184d18fac3f15b686210233f8977..3e5e962e6d7a7b8c7b42e4d161ff255b156ab3ae 100644 (file)
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 PYTHON_REQ_USE="ncurses"
 
 inherit python-r1