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 F3B07139694 for ; Tue, 16 May 2017 02:11:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C58C5E0D6F; Tue, 16 May 2017 02:10:58 +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 A1F38E0D6F for ; Tue, 16 May 2017 02:10:53 +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 B383C3416DC 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 0FDCB7466 for ; Tue, 16 May 2017 02:10:50 +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.d489d90acb8daccb78156f822b8b1d8588b2b4f2.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypng/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypng/pypng-0.0.18.ebuild X-VCS-Directories: dev-python/pypng/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: d489d90acb8daccb78156f822b8b1d8588b2b4f2 X-VCS-Branch: master Date: Tue, 16 May 2017 02:10:50 +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: af9094bf-7a7a-47f7-a840-7bdd083cac3d X-Archives-Hash: 19ce06de02b186f2037e9e9f88e5aef7 commit: d489d90acb8daccb78156f822b8b1d8588b2b4f2 Author: Brian Dolbec gentoo org> AuthorDate: Mon Apr 10 17:16:54 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=d489d90a dev-python/pypng: Add python-3.6 to PYTHON_COMPAT Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30 dev-python/pypng/pypng-0.0.18.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pypng/pypng-0.0.18.ebuild b/dev-python/pypng/pypng-0.0.18.ebuild index fd1c26e06f1..f8b754ee7ae 100644 --- a/dev-python/pypng/pypng-0.0.18.ebuild +++ b/dev-python/pypng/pypng-0.0.18.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5}) +PYTHON_COMPAT=( python2_7 python3_{4,5,6}) inherit distutils-r1