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 9B0E0139696 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 E5558E0CC9; Wed, 8 Mar 2017 18:37:15 +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 C5E0FE0CB3 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 A78DC341682 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 712ED6154 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: <1488998226.f291208455ef7a77e3876d73c3d798e94a04b482.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/configobj/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/configobj/configobj-5.0.6.ebuild X-VCS-Directories: dev-python/configobj/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f291208455ef7a77e3876d73c3d798e94a04b482 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: 963a5d8e-07bc-401e-8f1f-10d012525536 X-Archives-Hash: 70124fbce5eb4b53c505e74368b58d36 commit: f291208455ef7a77e3876d73c3d798e94a04b482 Author: Michał Górny gentoo org> AuthorDate: Wed Mar 8 17:55:47 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 8 18:37:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2912084 dev-python/configobj: Enable python3.6 dev-python/configobj/configobj-5.0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/configobj/configobj-5.0.6.ebuild b/dev-python/configobj/configobj-5.0.6.ebuild index 593e187f1a1..554c0f3269b 100644 --- a/dev-python/configobj/configobj-5.0.6.ebuild +++ b/dev-python/configobj/configobj-5.0.6.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1