From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7EA6E1384B4 for ; Fri, 25 Dec 2015 23:04:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30938E0783; Fri, 25 Dec 2015 23:04:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C61DAE0783 for ; Fri, 25 Dec 2015 23:04:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7AD8033BF0B for ; Fri, 25 Dec 2015 23:04:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF42DA4B for ; Fri, 25 Dec 2015 23:04:28 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1451084658.509436276cfcbceee8149693c078255070e0718c.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/more-itertools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/more-itertools/more-itertools-2.2.ebuild X-VCS-Directories: dev-python/more-itertools/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 509436276cfcbceee8149693c078255070e0718c X-VCS-Branch: master Date: Fri, 25 Dec 2015 23:04:28 +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: 028650ee-e355-4cb0-9f25-332942749595 X-Archives-Hash: 330561d4b36d0f66453d02ec080214ef commit: 509436276cfcbceee8149693c078255070e0718c Author: Ian Delaney gentoo org> AuthorDate: Fri Dec 25 23:03:45 2015 +0000 Commit: Ian Delaney gentoo org> CommitDate: Fri Dec 25 23:04:18 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50943627 dev-python/more-itertools: app py3.5 support Package-Manager: portage-2.2.24 dev-python/more-itertools/more-itertools-2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/more-itertools/more-itertools-2.2.ebuild b/dev-python/more-itertools/more-itertools-2.2.ebuild index 7577385..f5a972c 100644 --- a/dev-python/more-itertools/more-itertools-2.2.ebuild +++ b/dev-python/more-itertools/more-itertools-2.2.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) inherit distutils-r1