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 401521396D9 for ; Wed, 8 Nov 2017 07:08:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75AB0E0EDE; Wed, 8 Nov 2017 07:08:05 +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 52227E0EB6 for ; Wed, 8 Nov 2017 07:08:05 +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 4272433C27B for ; Wed, 8 Nov 2017 07:08:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 009E3989B for ; Wed, 8 Nov 2017 07:08:03 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1510124877.2f23eb6f303dc394d29ae530c5f97c865b0717d5.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyphen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyphen/pyphen-0.9.4.ebuild X-VCS-Directories: dev-python/pyphen/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 2f23eb6f303dc394d29ae530c5f97c865b0717d5 X-VCS-Branch: master Date: Wed, 8 Nov 2017 07:08:03 +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: 57d91cab-7407-4e1f-b64d-4ed2695c3d06 X-Archives-Hash: df63e2087b88f6575a5b156aa745e423 commit: 2f23eb6f303dc394d29ae530c5f97c865b0717d5 Author: Patrick Lauer gentoo org> AuthorDate: Wed Nov 8 07:05:22 2017 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Wed Nov 8 07:07:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f23eb6f dev-python/pyphen: Add py36 Package-Manager: Portage-2.3.13, Repoman-2.3.4 dev-python/pyphen/pyphen-0.9.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyphen/pyphen-0.9.4.ebuild b/dev-python/pyphen/pyphen-0.9.4.ebuild index 9edcfbd4d31..5d5fed98ca2 100644 --- a/dev-python/pyphen/pyphen-0.9.4.ebuild +++ b/dev-python/pyphen/pyphen-0.9.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1