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 460B2139694 for ; Sat, 1 Jul 2017 09:49:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69193E0AC9; Sat, 1 Jul 2017 09:49:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 31EB6E090A for ; Sat, 1 Jul 2017 09:49:23 +0000 (UTC) Received: from sf (host81-154-9-158.range81-154.btcentralplus.com [81.154.9.158]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: slyfox) by smtp.gentoo.org (Postfix) with ESMTPSA id 3A289341928; Sat, 1 Jul 2017 09:49:20 +0000 (UTC) Date: Sat, 1 Jul 2017 10:49:15 +0100 From: Sergei Trofimovich To: gentoo-portage-dev@lists.gentoo.org Cc: slyfox@gentoo.org, zmedico@gentoo.org, Sergei Trofimovich , dolsen@gentoo.org Subject: Re: [gentoo-portage-dev] [PATCH v2] portage/dep/depcheck.py: Whitespace, add indentation level after newline Message-ID: <20170701104915.74a3ab1f@sf> In-Reply-To: <20160618192620.16502-1-slyfox@gentoo.org> References: <20160618110626.1ae113ea.dolsen@gentoo.org> <20160618192620.16502-1-slyfox@gentoo.org> X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) 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 MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/qvmoMGYVmJHPXHrfUnRsJTm"; protocol="application/pgp-signature" X-Archives-Salt: d325f801-335f-421d-8111-1dd19568558a X-Archives-Hash: 3529a44c595e001686941ae896562b45 --Sig_/qvmoMGYVmJHPXHrfUnRsJTm Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Sat, 18 Jun 2016 20:26:20 +0100 Sergei Trofimovich wrote: > From: Sergei Trofimovich >=20 > CC: dolsen@gentoo.org > Signed-off-by: Sergei Trofimovich > --- > V2: updated subject > pym/portage/dep/dep_check.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > 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=3D"= yes", mode=3DNone, myuse=3DNone, > else: > try: > mysplit =3D use_reduce(depstring, uselist=3Dmyusesplit, > - masklist=3Dmymasks, matchall=3D(use=3D=3D"all"), excludeall=3Duseforc= e, > - opconvert=3DTrue, token_class=3DAtom, eapi=3Deapi) > + masklist=3Dmymasks, matchall=3D(use=3D=3D"all"), excludeall=3Dusefor= ce, > + opconvert=3DTrue, token_class=3DAtom, eapi=3Deapi) > except InvalidDependString as e: > return [0, "%s" % (e,)] > =20 > --=20 > 2.9.0 >=20 >=20 Ping. --=20 Sergei --Sig_/qvmoMGYVmJHPXHrfUnRsJTm Content-Type: application/pgp-signature Content-Description: Цифровая подпись OpenPGP -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQSZKa0VG5avZRlY01hxoe52YR/zqgUCWVdwGwAKCRBxoe52YR/z qhS9AJ9C4OkbUWpKVRWmx3tC/phGvldSmgCfYIMDycZndU4/7HxFL/2te1W1/oE= =4inG -----END PGP SIGNATURE----- --Sig_/qvmoMGYVmJHPXHrfUnRsJTm--