dev-python/cliff: adding py36 specifier
authorMatthew Thode <prometheanfire@gentoo.org>
Wed, 11 Apr 2018 16:13:25 +0000 (11:13 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Wed, 11 Apr 2018 16:22:27 +0000 (11:22 -0500)
Package-Manager: Portage-2.3.27, Repoman-2.3.9

dev-python/cliff/cliff-2.11.0.ebuild

index 74b55bdf26dd8fa8d3f09d915f56dddf084eef96..de7cbcd1f883d722283a74df0af694b2e06d74ac 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1