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 7A9A51382BD for ; Sat, 18 Jun 2016 17:01:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FA8BE0BC6; Sat, 18 Jun 2016 17:01:39 +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 8F884E0BC4 for ; Sat, 18 Jun 2016 17:01:38 +0000 (UTC) Received: from sf.home (host86-155-195-96.range86-155.btcentralplus.com [86.155.195.96]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: slyfox) by smtp.gentoo.org (Postfix) with ESMTPSA id B01533407D0; Sat, 18 Jun 2016 17:01:37 +0000 (UTC) Received: by sf.home (Postfix, from userid 1000) id 1FA2318F68E28; Sat, 18 Jun 2016 18:01:35 +0100 (BST) From: Sergei Trofimovich To: gentoo-portage-dev@lists.gentoo.org Cc: zmedico@gentoo.org, Sergei Trofimovich Subject: [gentoo-portage-dev] [PATCH] repoman: whitespace: add indentation level after newline Date: Sat, 18 Jun 2016 18:01:10 +0100 Message-Id: <20160618170111.21592-2-slyfox@gentoo.org> X-Mailer: git-send-email 2.9.0 In-Reply-To: <20160618170111.21592-1-slyfox@gentoo.org> References: <20160618170111.21592-1-slyfox@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org X-Archives-Salt: 4251c7c5-8fb3-4e6e-b17b-1fdcad3411ab X-Archives-Hash: 9add1a3ed66fd143190e01fcde52b393 From: Sergei Trofimovich Signed-off-by: Sergei Trofimovich --- pym/portage/dep/dep_check.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pym/portage/dep/dep_check.py b/pym/portage/dep/dep_check.py index 9af4e65..76e5d82 100644 --- a/pym/portage/dep/dep_check.py +++ b/pym/portage/dep/dep_check.py @@ -688,8 +688,8 @@ def dep_check(depstring, mydbapi, mysettings, use="yes", mode=None, myuse=None, else: try: mysplit = use_reduce(depstring, uselist=myusesplit, - masklist=mymasks, matchall=(use=="all"), excludeall=useforce, - opconvert=True, token_class=Atom, eapi=eapi) + masklist=mymasks, matchall=(use=="all"), excludeall=useforce, + opconvert=True, token_class=Atom, eapi=eapi) except InvalidDependString as e: return [0, "%s" % (e,)] -- 2.9.0