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 94D1C139695 for ; Wed, 8 Mar 2017 18:37:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC6E2E0BFD; Wed, 8 Mar 2017 18:37:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 89F7FE0BFD for ; Wed, 8 Mar 2017 18:37:15 +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 BB0A4341687 for ; Wed, 8 Mar 2017 18:37:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8545E6155 for ; Wed, 8 Mar 2017 18:37:13 +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: <1488998227.4628a0a55c2471186fd2247bf3631170f09ae59c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tzlocal/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tzlocal/tzlocal-1.2.ebuild X-VCS-Directories: dev-python/tzlocal/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4628a0a55c2471186fd2247bf3631170f09ae59c X-VCS-Branch: master Date: Wed, 8 Mar 2017 18:37:13 +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: 6cd3786e-3dfb-4ba7-ab0b-d43e27423023 X-Archives-Hash: d2863bf5e54d25df9517835950dfb6f6 commit: 4628a0a55c2471186fd2247bf3631170f09ae59c Author: Michał Górny gentoo org> AuthorDate: Wed Mar 8 18:15:55 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 8 18:37:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4628a0a5 dev-python/tzlocal: Enable python3.6 dev-python/tzlocal/tzlocal-1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/tzlocal/tzlocal-1.2.ebuild b/dev-python/tzlocal/tzlocal-1.2.ebuild index 2fbc044b567..0aaf1aeb615 100644 --- a/dev-python/tzlocal/tzlocal-1.2.ebuild +++ b/dev-python/tzlocal/tzlocal-1.2.ebuild @@ -3,7 +3,7 @@ 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