dev-python/zake: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 18:35:17 +0000 (20:35 +0200)
committerPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 18:46:14 +0000 (20:46 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/zake/zake-0.2.1.ebuild

index 275d54cf30664a1e004e6545e3fe6d03ee61b63a..b0c30d19611c0d9613ba25d0c684a5484038bde4 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
+PYTHON_COMPAT=( python2_7 python{3_4,3_5,3_6} )
 
 inherit distutils-r1