dev-python/textx: Add python3_6 to PYTHON_COMPAT
authorZac Medico <zmedico@gentoo.org>
Wed, 15 Mar 2017 06:34:02 +0000 (23:34 -0700)
committerZac Medico <zmedico@gentoo.org>
Wed, 15 Mar 2017 06:34:02 +0000 (23:34 -0700)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-python/textx/textx-1.4.ebuild

index b88f4d4f9ee1c20cd69daf4ab4d54a653cd9c12e..bdb75ef49484966b25f39142ca41b17675f37466 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