From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C5E8A139694 for ; Thu, 20 Apr 2017 13:41:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30924E0D1B; Thu, 20 Apr 2017 13:41:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 12501E0D1B for ; Thu, 20 Apr 2017 13:41:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 49EB5341692 for ; Thu, 20 Apr 2017 13:41:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 503C2743D for ; Thu, 20 Apr 2017 13:41:10 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1492695658.02ad1f22e0f620a3b2ffa370e7dc1e8680f57d92.mgorny@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.6.5-r1.ebuild X-VCS-Directories: dev-python/pylint/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 02ad1f22e0f620a3b2ffa370e7dc1e8680f57d92 X-VCS-Branch: master Date: Thu, 20 Apr 2017 13:41:10 +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: 2fb8d6df-af2f-4010-8fae-459eb04419a3 X-Archives-Hash: ed564ee686d0728fe822f8aa602b25f5 commit: 02ad1f22e0f620a3b2ffa370e7dc1e8680f57d92 Author: Michał Górny gentoo org> AuthorDate: Thu Apr 20 13:14:18 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Apr 20 13:40:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02ad1f22 dev-python/pylint: Add missing RDEP on configparser, #606554 dev-python/pylint/pylint-1.6.5-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/pylint/pylint-1.6.5-r1.ebuild b/dev-python/pylint/pylint-1.6.5-r1.ebuild index 49cbd9b95aa..6083bfbf158 100644 --- a/dev-python/pylint/pylint-1.6.5-r1.ebuild +++ b/dev-python/pylint/pylint-1.6.5-r1.ebuild @@ -26,8 +26,9 @@ RDEPEND=" dev-python/six[${PYTHON_USEDEP}] >=dev-python/isort-4.2.5[${PYTHON_USEDEP}] dev-python/mccabe - $(python_gen_cond_dep \ - 'dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]' python2_7)" + $(python_gen_cond_dep ' + dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}] + dev-python/configparser[${PYTHON_USEDEP}]' python2_7)" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( ${RDEPEND} )"