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 C578B1388C0 for ; Thu, 18 Feb 2016 21:01:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4585921C15F; Thu, 18 Feb 2016 21:01:17 +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 BCBCE21C15F for ; Thu, 18 Feb 2016 21:01:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AD3CF340C25 for ; Thu, 18 Feb 2016 21:01:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5B918F5 for ; Thu, 18 Feb 2016 21:01:13 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1455829219.46c308373f858a1d1209ed82d130dcee29af6bd3.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flake8/flake8-2.5.4.ebuild X-VCS-Directories: dev-python/flake8/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 46c308373f858a1d1209ed82d130dcee29af6bd3 X-VCS-Branch: master Date: Thu, 18 Feb 2016 21:01:13 +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: d0708e44-fe8a-4e41-93f1-1019e33454ab X-Archives-Hash: b2697b725bf9bc7b04b1e0231382e52d commit: 46c308373f858a1d1209ed82d130dcee29af6bd3 Author: Patrick Lauer gentoo org> AuthorDate: Thu Feb 18 20:51:36 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Thu Feb 18 21:00:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c30837 dev-python/flake8: Fix mccabe dep Package-Manager: portage-2.2.27 dev-python/flake8/flake8-2.5.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/flake8/flake8-2.5.4.ebuild b/dev-python/flake8/flake8-2.5.4.ebuild index f52a453..a6d01b7 100644 --- a/dev-python/flake8/flake8-2.5.4.ebuild +++ b/dev-python/flake8/flake8-2.5.4.ebuild @@ -31,11 +31,11 @@ DEPEND="${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) >=dev-python/mccabe-0.2.1[${PYTHON_USEDEP}] -