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 54E121395E2 for ; Fri, 11 Nov 2016 16:43:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B45E7E0B12; Fri, 11 Nov 2016 16:43:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9E10DE0B12 for ; Fri, 11 Nov 2016 16:43:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9F7E341645 for ; Fri, 11 Nov 2016 16:43:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A12186E for ; Fri, 11 Nov 2016 16:43:39 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1478882618.8eb8c7a7951a9487f2cab596edb788b0b7a50618.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flake8/flake8-3.0.4-r2.ebuild X-VCS-Directories: dev-python/flake8/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 8eb8c7a7951a9487f2cab596edb788b0b7a50618 X-VCS-Branch: master Date: Fri, 11 Nov 2016 16:43:39 +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: 20d966a2-395b-447b-9f96-b7e2ef682857 X-Archives-Hash: 83f34fb613e122a8adb8a2c8d8e40c3e commit: 8eb8c7a7951a9487f2cab596edb788b0b7a50618 Author: Mike Gilbert gentoo org> AuthorDate: Fri Nov 11 16:42:58 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Nov 11 16:43:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eb8c7a7 dev-python/flake8: fix pycodestyle dependency Bug: https://bugs.gentoo.org/599500 Package-Manager: portage-2.3.2_p5 dev-python/flake8/flake8-3.0.4-r2.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/flake8/flake8-3.0.4-r2.ebuild b/dev-python/flake8/flake8-3.0.4-r2.ebuild index d66ee9a..8c9f7b1 100644 --- a/dev-python/flake8/flake8-3.0.4-r2.ebuild +++ b/dev-python/flake8/flake8-3.0.4-r2.ebuild @@ -24,14 +24,12 @@ RDEPEND=" !~dev-python/pyflakes-1.2.1 !~dev-python/pyflakes-1.2.2 >=dev-python/pycodestyle-2.0.0[${PYTHON_USEDEP}] - <=dev-python/pycodestyle-2.1.0[${PYTHON_USEDEP}] +