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 BAD77139694 for ; Thu, 20 Apr 2017 18:23:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A15CE0D46; Thu, 20 Apr 2017 18:23:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D875CE0D46 for ; Thu, 20 Apr 2017 18:23:33 +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 A375234168E for ; Thu, 20 Apr 2017 18:23:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BC2C7427 for ; Thu, 20 Apr 2017 18:23:30 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1492712602.349b7e7ee8ded43388408252461d9a3d67d7929d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pydiff/pydiff-0.2.ebuild X-VCS-Directories: dev-python/pydiff/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 349b7e7ee8ded43388408252461d9a3d67d7929d X-VCS-Branch: master Date: Thu, 20 Apr 2017 18:23:30 +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: 583b10da-6f0d-4b99-a4cf-1a397e2d3228 X-Archives-Hash: a98c57bc993647d001f570440014e17a commit: 349b7e7ee8ded43388408252461d9a3d67d7929d Author: Michał Górny gentoo org> AuthorDate: Thu Apr 20 17:57:41 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Apr 20 18:23:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=349b7e7e dev-python/pydiff: Tested on py3.6 dev-python/pydiff/pydiff-0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pydiff/pydiff-0.2.ebuild b/dev-python/pydiff/pydiff-0.2.ebuild index 180f03a06a2..1ae7d901da1 100644 --- a/dev-python/pydiff/pydiff-0.2.ebuild +++ b/dev-python/pydiff/pydiff-0.2.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1