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 4F1C51384B4 for ; Mon, 7 Dec 2015 03:59:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 560CE21C142; Mon, 7 Dec 2015 03:59:56 +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 C451021C143 for ; Mon, 7 Dec 2015 03:59:55 +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 6ACB23406DD for ; Mon, 7 Dec 2015 03:59:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBA28C7A for ; Mon, 7 Dec 2015 03:59:51 +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: <1449460779.15a4bbd9c0d568f69fe3d0ee7cc49fd70c314331.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pylint/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pylint/pylint-1.5.1.ebuild X-VCS-Directories: dev-python/pylint/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 15a4bbd9c0d568f69fe3d0ee7cc49fd70c314331 X-VCS-Branch: master Date: Mon, 7 Dec 2015 03:59: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: dc30401b-18c5-4839-aff0-02314484aefb X-Archives-Hash: 573a8ba8f27a8e0579c2b42734f0ae2b commit: 15a4bbd9c0d568f69fe3d0ee7cc49fd70c314331 Author: Ian Delaney gentoo org> AuthorDate: Sun Dec 6 10:35:27 2015 +0000 Commit: Ian Delaney gentoo org> CommitDate: Mon Dec 7 03:59:39 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a4bbd9 dev-python/pylint: add py3.5 support to vn. 1.5.1 Package-Manager: portage-2.2.24 dev-python/pylint/pylint-1.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pylint/pylint-1.5.1.ebuild b/dev-python/pylint/pylint-1.5.1.ebuild index 50f2174..d4adb71 100644 --- a/dev-python/pylint/pylint-1.5.1.ebuild +++ b/dev-python/pylint/pylint-1.5.1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 eutils