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 AC4BC139694 for ; Tue, 16 May 2017 02:11:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA369E0D9B; Tue, 16 May 2017 02:11:03 +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 9922AE0D9B for ; Tue, 16 May 2017 02:10:53 +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 B25993416C2 for ; Tue, 16 May 2017 02:10:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9F727463 for ; Tue, 16 May 2017 02:10:49 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1494900430.dd7a8c8e3cfe43dba10c9f1ecef08fd524294c72.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-blockdiag/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-1.5.5.ebuild X-VCS-Directories: dev-python/sphinxcontrib-blockdiag/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: dd7a8c8e3cfe43dba10c9f1ecef08fd524294c72 X-VCS-Branch: master Date: Tue, 16 May 2017 02:10:49 +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: 70dc8c00-2ecd-4840-823e-cb87257d5e46 X-Archives-Hash: e404936d3cad1c9831c895d72801a67a commit: dd7a8c8e3cfe43dba10c9f1ecef08fd524294c72 Author: Brian Dolbec gentoo org> AuthorDate: Mon Apr 10 14:48:25 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Tue May 16 02:07:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd7a8c8e dev-python/sphinxcontrib-blockdiag: Add python-3.5, 3.6 to PYTHON_COMPAT Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30 dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-1.5.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-1.5.5.ebuild b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-1.5.5.ebuild index 42b6ceecd0d..fca6bb92407 100644 --- a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-1.5.5.ebuild +++ b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-1.5.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1