dev-python/pyuv: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 19:20:31 +0000 (21:20 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 19:21:19 +0000 (21:21 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/pyuv/pyuv-1.2.0.ebuild

index 75c9bcf18dda93d9648006fca850e84cc82ada72..f7e08dd695877164bf00dee247afd4a045e43649 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1