commit:     ef479fc9908351860b07477b0eab11775dc5d276
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed May 10 16:29:21 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed May 10 16:40:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef479fc9

dev-python/gevent: add python3_6 support

very soon after 1.2.1 was released the specifier was added, we are safe adding
it before pypi defines it for 1.2.1.  The only commit that changed anything
was a 127.0.0.1 -> localhost change in testing.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/gevent/gevent-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/gevent/gevent-1.2.1.ebuild 
b/dev-python/gevent/gevent-1.2.1.ebuild
index ad2bcd596bc..6fe7f83bb2b 100644
--- a/dev-python/gevent/gevent-1.2.1.ebuild
+++ b/dev-python/gevent/gevent-1.2.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 # http://www.gevent.org/whatsnew_1_1.html#broader-platform-support
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 PYTHON_REQ_USE="ssl(+),threads(+)"
 
 inherit distutils-r1 flag-o-matic

Reply via email to