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 9FB88139694 for ; Sun, 12 Feb 2017 07:06:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E27CAE0D08; Sun, 12 Feb 2017 07:06:50 +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 BA25CE0D08 for ; Sun, 12 Feb 2017 07:06:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 970E2341236 for ; Sun, 12 Feb 2017 07:06:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83F7C44E4 for ; Sun, 12 Feb 2017 07:06:47 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1486883112.c57d596d98f726eda16be4e93ebb1ffb121fd06d.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hyperframe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hyperframe/hyperframe-4.0.1.ebuild X-VCS-Directories: dev-python/hyperframe/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: c57d596d98f726eda16be4e93ebb1ffb121fd06d X-VCS-Branch: master Date: Sun, 12 Feb 2017 07:06:47 +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: 69d3a0f7-d0da-4fd9-a386-b9a9816ef91d X-Archives-Hash: 27b1026bff3768f1582be56185010069 commit: c57d596d98f726eda16be4e93ebb1ffb121fd06d Author: Zac Medico gentoo org> AuthorDate: Sun Feb 12 07:05:12 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Feb 12 07:05:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c57d596d dev-python/hyperframe: PYTHON_COMPAT: add python3_6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-python/hyperframe/hyperframe-4.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/hyperframe/hyperframe-4.0.1.ebuild b/dev-python/hyperframe/hyperframe-4.0.1.ebuild index dc7db4de89..b7f9a9190d 100644 --- a/dev-python/hyperframe/hyperframe-4.0.1.ebuild +++ b/dev-python/hyperframe/hyperframe-4.0.1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy) inherit distutils-r1