commit: d36c442a2741d87529b418f894a18e59060aaeb9
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 07:58:39 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Mar 15 08:35:57 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d36c442a
dev-python/greenlet: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-python/greenlet/greenlet-0.4.10.ebuild | 4 ++--
dev-python/greenlet/greenlet-0.4.11.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-python/greenlet/greenlet-0.4.10.ebuild
b/dev-python/greenlet/greenlet-0.4.10.ebuild
index 07d12a027a0..11045fc72c0 100644
--- a/dev-python/greenlet/greenlet-0.4.10.ebuild
+++ b/dev-python/greenlet/greenlet-0.4.10.ebuild
@@ -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
diff --git a/dev-python/greenlet/greenlet-0.4.11.ebuild
b/dev-python/greenlet/greenlet-0.4.11.ebuild
index 1bdbfb96490..10ef2b99851 100644
--- a/dev-python/greenlet/greenlet-0.4.11.ebuild
+++ b/dev-python/greenlet/greenlet-0.4.11.ebuild
@@ -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