dev-python/flower: Add python3_6 to PYTHON_COMPAT
authorZac Medico <zmedico@gentoo.org>
Fri, 17 Mar 2017 17:08:31 +0000 (10:08 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 17 Mar 2017 17:13:04 +0000 (10:13 -0700)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-python/flower/flower-0.9.1.ebuild

index 595f119c5f793d97dff355f20ac90aebd35fe011..c5b5750941fd9706a0e0ac3d78e74fe5c80fe20b 100644 (file)
@@ -1,8 +1,8 @@
-# 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=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 systemd user