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 285071384B4 for ; Tue, 24 Nov 2015 12:10:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71ED121C060; Tue, 24 Nov 2015 12:10:28 +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 DD3F721C040 for ; Tue, 24 Nov 2015 12:10:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F192A3406C0 for ; Tue, 24 Nov 2015 12:10:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FF30FF9 for ; Tue, 24 Nov 2015 12:10:24 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1448367017.f89790122561c79fb31b765a95f3732c65d51e3d.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/httplib2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/httplib2/httplib2-0.9.2-r1.ebuild X-VCS-Directories: dev-python/httplib2/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f89790122561c79fb31b765a95f3732c65d51e3d X-VCS-Branch: master Date: Tue, 24 Nov 2015 12:10:24 +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: 670238f7-3210-4805-9afb-01c685921032 X-Archives-Hash: 1913c9c4ba1bd926eaa017576b608eee commit: f89790122561c79fb31b765a95f3732c65d51e3d Author: Justin Lecher gentoo org> AuthorDate: Tue Nov 24 08:54:29 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Nov 24 12:10:17 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8979012 dev-python/httplib2: Add python3.5 support Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher gentoo.org> dev-python/httplib2/httplib2-0.9.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/httplib2/httplib2-0.9.2-r1.ebuild b/dev-python/httplib2/httplib2-0.9.2-r1.ebuild index 20df284..5bb4d8e 100644 --- a/dev-python/httplib2/httplib2-0.9.2-r1.ebuild +++ b/dev-python/httplib2/httplib2-0.9.2-r1.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1