dev-python/greenlet: Add python3_6 to PYTHON_COMPAT
authorZac Medico <zmedico@gentoo.org>
Wed, 15 Mar 2017 07:58:39 +0000 (00:58 -0700)
committerZac Medico <zmedico@gentoo.org>
Wed, 15 Mar 2017 08:35:57 +0000 (01:35 -0700)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-python/greenlet/greenlet-0.4.10.ebuild
dev-python/greenlet/greenlet-0.4.11.ebuild

index 07d12a027a0cc08a2bec82e3af6908e7a6289eb7..11045fc72c07daae01f095d3f5b6b815a929f3bf 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 # Note: greenlet is built-in in pypy
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 flag-o-matic
 
index 1bdbfb9649041eb652f2a8663006f12c51f76875..10ef2b998515ed8e3f0f294c2b5e0daedd1ec7ca 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 # Note: greenlet is built-in in pypy
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 flag-o-matic