commit: 2967fbd9267d4662c24e0c49ee66fe858be4aadf
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 23 10:58:41 2017 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Sun Jul 23 10:58:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2967fbd9
dev-python/protobuf-python: works with py3.6
Tested on arm and amd64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/protobuf-python/protobuf-python-3.3.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/protobuf-python/protobuf-python-3.3.0-r1.ebuild
b/dev-python/protobuf-python/protobuf-python-3.3.0-r1.ebuild
index 0d7dbfde1dc..ec190781731 100644
--- a/dev-python/protobuf-python/protobuf-python-3.3.0-r1.ebuild
+++ b/dev-python/protobuf-python/protobuf-python-3.3.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
# pypy fails tests; pypy3 fails even running tests
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1