dev-python/et_xmlfile: Add python3_6 to PYTHON_COMPAT
authorZac Medico <zmedico@gentoo.org>
Fri, 10 Mar 2017 22:48:05 +0000 (14:48 -0800)
committerZac Medico <zmedico@gentoo.org>
Fri, 10 Mar 2017 22:48:05 +0000 (14:48 -0800)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild

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