From: Jiayi Zhao Date: Sat, 12 May 2018 22:42:35 +0000 (-0400) Subject: app-misc/terminal-colors: add py36. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ec665889360c7caa8257f9ef07b9b6d608b927d6;p=gentoo.git app-misc/terminal-colors: add py36. Package-Manager: Portage-2.3.24-r1, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/8383 --- diff --git a/app-misc/terminal-colors/terminal-colors-2.2.ebuild b/app-misc/terminal-colors/terminal-colors-2.2.ebuild index 75389ef6f323..3d6b6e1b99fd 100644 --- a/app-misc/terminal-colors/terminal-colors-2.2.ebuild +++ b/app-misc/terminal-colors/terminal-colors-2.2.ebuild @@ -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