From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-864158-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id C578B1388C0
	for <garchives@archives.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; Thu, 18 Feb 2016 21:01:13 +0000 (UTC)
From: "Patrick Lauer" <patrick@gentoo.org>
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" <patrick@gentoo.org>
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: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: d0708e44-fe8a-4e41-93f1-1019e33454ab
X-Archives-Hash: b2697b725bf9bc7b04b1e0231382e52d

commit:     46c308373f858a1d1209ed82d130dcee29af6bd3
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 18 20:51:36 2016 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> 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}]
-	        <dev-python/mccabe-0.4[${PYTHON_USEDEP}]
+	        <dev-python/mccabe-0.5[${PYTHON_USEDEP}]
 	)"
 PDEPEND="
 	>=dev-python/mccabe-0.2.1[${PYTHON_USEDEP}]
-	<dev-python/mccabe-0.4[${PYTHON_USEDEP}]"
+	<dev-python/mccabe-0.5[${PYTHON_USEDEP}]"
 
 python_prepare_all() {
 	# This tests requires / assumes this version is already installed.