commit: eb37878730ef65d0d0e91d100b5d1f5b53109285
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue May 16 13:59:27 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue May 16 13:59:27 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb378787
dev-python/colout: Add python3_{5,6}
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-python/colout/colout-0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/colout/colout-0.1.ebuild
b/dev-python/colout/colout-0.1.ebuild
index b88519a2366..82d1e2c8f70 100644
--- a/dev-python/colout/colout-0.1.ebuild
+++ b/dev-python/colout/colout-0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
DESCRIPTION="Adds color to arbitrary command output"