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 0B8871388C1 for ; Thu, 3 Dec 2015 10:21:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFD5421C0AC; Thu, 3 Dec 2015 10:21: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 3E02321C0A4 for ; Thu, 3 Dec 2015 10:21:34 +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 1FD9533BE93 for ; Thu, 3 Dec 2015 10:21:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42DFAC91 for ; Thu, 3 Dec 2015 10:21:30 +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: <1449137860.dbe1d214c22c9b188038be73c20796f9d36b62cb.jlec@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.4.4.ebuild X-VCS-Directories: dev-python/pylint/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: dbe1d214c22c9b188038be73c20796f9d36b62cb X-VCS-Branch: master Date: Thu, 3 Dec 2015 10:21:30 +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: 2d31ee0e-4bfa-49fd-a699-d6e842ff0ace X-Archives-Hash: 53ffef35994d98573739b04dd10eb6d3 commit: dbe1d214c22c9b188038be73c20796f9d36b62cb Author: Justin Lecher gentoo org> AuthorDate: Thu Dec 3 08:50:49 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Dec 3 10:17:40 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbe1d214 dev-python/pylint: Black non working version of astroid https://bitbucket.org/logilab/astroid/issues/275/140-and-141-fail-to-work-with-pylint-144#comment-23760229 Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher gentoo.org> dev-python/pylint/pylint-1.4.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pylint/pylint-1.4.4.ebuild b/dev-python/pylint/pylint-1.4.4.ebuild index b5502c3..0d4689c 100644 --- a/dev-python/pylint/pylint-1.4.4.ebuild +++ b/dev-python/pylint/pylint-1.4.4.ebuild @@ -23,6 +23,7 @@ IUSE="doc examples test" RDEPEND=" >=dev-python/logilab-common-0.53.0[${PYTHON_USEDEP}] >=dev-python/astroid-1.3.6[${PYTHON_USEDEP}] +