From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 C8248139694 for ; Mon, 24 Apr 2017 09:32:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38448E0D14; Mon, 24 Apr 2017 09:31:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA277E0D14 for ; Mon, 24 Apr 2017 09:31:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B2A6334167D for ; Mon, 24 Apr 2017 09:31:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C70D8744A for ; Mon, 24 Apr 2017 09:31:26 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1493026279.94186bb4c4576c341b9ee9454d3580f6dccd0af6.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyGithub/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PyGithub/PyGithub-1.28.ebuild X-VCS-Directories: dev-python/PyGithub/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 94186bb4c4576c341b9ee9454d3580f6dccd0af6 X-VCS-Branch: master Date: Mon, 24 Apr 2017 09:31:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fe30da40-996b-40d8-942d-5a94c78a6dcf X-Archives-Hash: 11a479187c0379fdaf4d7148b6eee0a0 commit: 94186bb4c4576c341b9ee9454d3580f6dccd0af6 Author: Pacho Ramos gentoo org> AuthorDate: Mon Apr 24 09:25:17 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Apr 24 09:31:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94186bb4 dev-python/PyGithub: Support newer python Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-python/PyGithub/PyGithub-1.28.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/PyGithub/PyGithub-1.28.ebuild b/dev-python/PyGithub/PyGithub-1.28.ebuild index 87b6dc5f882..bd692f44126 100644 --- a/dev-python/PyGithub/PyGithub-1.28.ebuild +++ b/dev-python/PyGithub/PyGithub-1.28.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1