dev-python/columnize: Add python3_6
authorManuel Rüger <mrueg@gentoo.org>
Mon, 15 May 2017 12:32:33 +0000 (14:32 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Mon, 15 May 2017 12:32:55 +0000 (14:32 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-python/columnize/columnize-0.3.9.ebuild

index 520af2773bb07a0fba648bd62bc2f813a5e3c78a..06816336025aac3323efa32738a3bcadbf05a5c2 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1