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 3A3CE59CA3 for ; Wed, 16 Mar 2016 04:20:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9403821C00D; Wed, 16 Mar 2016 04:20:22 +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 4071321C00D for ; Wed, 16 Mar 2016 04:20:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D4697340C7A for ; Wed, 16 Mar 2016 04:20:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 759E7852 for ; Wed, 16 Mar 2016 04:20:17 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1458101975.f3e8f9feb04261dfef1fc5a9ffd54ec0c56e8bb1.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ijson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ijson/ijson-2.3.ebuild X-VCS-Directories: dev-python/ijson/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: f3e8f9feb04261dfef1fc5a9ffd54ec0c56e8bb1 X-VCS-Branch: master Date: Wed, 16 Mar 2016 04:20:17 +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: 6689f581-01be-4ce6-b343-b431cd067a85 X-Archives-Hash: d766e0eaddb64e162c4e0f7926e8d881 commit: f3e8f9feb04261dfef1fc5a9ffd54ec0c56e8bb1 Author: Tim Harder gentoo org> AuthorDate: Wed Mar 16 04:19:35 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Wed Mar 16 04:19:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3e8f9fe dev-python/ijson: add py35 support dev-python/ijson/ijson-2.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/ijson/ijson-2.3.ebuild b/dev-python/ijson/ijson-2.3.ebuild index 4526124..bd73656 100644 --- a/dev-python/ijson/ijson-2.3.ebuild +++ b/dev-python/ijson/ijson-2.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $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