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 728C5139694 for ; Wed, 31 May 2017 07:31:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E8DDE0E59; Wed, 31 May 2017 07:31:09 +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 57DBFE0E4C for ; Wed, 31 May 2017 07:31:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2C8A0341714 for ; Wed, 31 May 2017 07:31:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD982745E for ; Wed, 31 May 2017 07:31:06 +0000 (UTC) From: "Slawek Lis" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Slawek Lis" Message-ID: <1496215854.fc6e960a262dc92225ac3731aba03aba38ba070d.slis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/munch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/munch/munch-2.1.1.ebuild X-VCS-Directories: dev-python/munch/ X-VCS-Committer: slis X-VCS-Committer-Name: Slawek Lis X-VCS-Revision: fc6e960a262dc92225ac3731aba03aba38ba070d X-VCS-Branch: master Date: Wed, 31 May 2017 07:31:06 +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: d65b2055-4652-4888-b013-2ba05a756b31 X-Archives-Hash: b737d7fc8a6aefc96ea0081a9c033449 commit: fc6e960a262dc92225ac3731aba03aba38ba070d Author: Slawomir Lis gentoo org> AuthorDate: Wed May 31 07:13:53 2017 +0000 Commit: Slawek Lis gentoo org> CommitDate: Wed May 31 07:30:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc6e960a dev-python/munch: add support for python3.6 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-python/munch/munch-2.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/munch/munch-2.1.1.ebuild b/dev-python/munch/munch-2.1.1.ebuild index 23045a8ee9a..4da9536d565 100644 --- a/dev-python/munch/munch-2.1.1.ebuild +++ b/dev-python/munch/munch-2.1.1.ebuild @@ -3,7 +3,7 @@ EAPI="6" -PYTHON_COMPAT=( python{2_{5,6,7},3_{3,4,5}} ) +PYTHON_COMPAT=( python{2_{5,6,7},3_{3,4,5,6}} ) inherit distutils-r1