From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-963086-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 21EEB139694
	for <garchives@archives.gentoo.org>; Sun, 23 Jul 2017 11:06:01 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 48FD6E0E36;
	Sun, 23 Jul 2017 11:06:00 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 23530E0E2D
	for <gentoo-commits@lists.gentoo.org>; Sun, 23 Jul 2017 11:05:59 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id E51233418B9
	for <gentoo-commits@lists.gentoo.org>; Sun, 23 Jul 2017 11:05:58 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 2315F74AB
	for <gentoo-commits@lists.gentoo.org>; Sun, 23 Jul 2017 11:05:57 +0000 (UTC)
From: "Alexey Shvetsov" <alexxy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" <alexxy@gentoo.org>
Message-ID: <1500807521.2967fbd9267d4662c24e0c49ee66fe858be4aadf.alexxy@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/protobuf-python/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/protobuf-python/protobuf-python-3.3.0-r1.ebuild
X-VCS-Directories: dev-python/protobuf-python/
X-VCS-Committer: alexxy
X-VCS-Committer-Name: Alexey Shvetsov
X-VCS-Revision: 2967fbd9267d4662c24e0c49ee66fe858be4aadf
X-VCS-Branch: master
Date: Sun, 23 Jul 2017 11:05:57 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 58cb8b0b-276c-4ae3-9b15-90adda4a721e
X-Archives-Hash: f685b3e636a452a26dccc442b63cb790

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