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 59C87139694 for ; Thu, 9 Mar 2017 13:36:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2ACFE0C15; Thu, 9 Mar 2017 13:36:53 +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 82DC8E0C15 for ; Thu, 9 Mar 2017 13:36: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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ADEB53416B6 for ; Thu, 9 Mar 2017 13:36:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 720386239 for ; Thu, 9 Mar 2017 13:36:51 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1489066523.84a82f9d512e21ec9ebc826a91f6035fb2905024.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/atomicwrites/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/atomicwrites/atomicwrites-1.1.5-r1.ebuild dev-python/atomicwrites/atomicwrites-1.1.5-r2.ebuild X-VCS-Directories: dev-python/atomicwrites/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: 84a82f9d512e21ec9ebc826a91f6035fb2905024 X-VCS-Branch: master Date: Thu, 9 Mar 2017 13:36:51 +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: e4378f47-84ea-4c19-9349-28e5d6b563cb X-Archives-Hash: 6d6e4cc99f13f946384c02bdfec741e7 commit: 84a82f9d512e21ec9ebc826a91f6035fb2905024 Author: Amy Liffey gentoo org> AuthorDate: Thu Mar 9 13:35:23 2017 +0000 Commit: Amy Liffey gentoo org> CommitDate: Thu Mar 9 13:35:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84a82f9d dev-python/atomicwrites: enable python 3.5 bug #612116 Package-Manager: portage-2.3.0 .../{atomicwrites-1.1.5-r1.ebuild => atomicwrites-1.1.5-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/atomicwrites/atomicwrites-1.1.5-r1.ebuild b/dev-python/atomicwrites/atomicwrites-1.1.5-r2.ebuild similarity index 90% rename from dev-python/atomicwrites/atomicwrites-1.1.5-r1.ebuild rename to dev-python/atomicwrites/atomicwrites-1.1.5-r2.ebuild index dd9aec6e7f5..040ea3916c2 100644 --- a/dev-python/atomicwrites/atomicwrites-1.1.5-r1.ebuild +++ b/dev-python/atomicwrites/atomicwrites-1.1.5-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,6}} ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) inherit distutils-r1