app-misc/terminal-colors: add py36.
authorJiayi Zhao <jeff.no.zhao@gmail.com>
Sat, 12 May 2018 22:42:35 +0000 (18:42 -0400)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 31 May 2018 21:32:42 +0000 (23:32 +0200)
Package-Manager: Portage-2.3.24-r1, Repoman-2.3.6

Closes: https://github.com/gentoo/gentoo/pull/8383

app-misc/terminal-colors/terminal-colors-2.2.ebuild

index 75389ef6f3233c36503ef9110a408a5d9a4221cd..3d6b6e1b99fd950947a465d8020d58c621fe8fce 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 PYTHON_REQ_USE="ncurses"
 
 inherit python-r1