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 CBD41139694 for ; Sun, 2 Jul 2017 16:23:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 419082340C2; Sun, 2 Jul 2017 16:23:10 +0000 (UTC) Received: from mail-io0-x241.google.com (mail-io0-x241.google.com [IPv6:2607:f8b0:4001:c06::241]) (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 11B992340C0 for ; Sun, 2 Jul 2017 16:23:09 +0000 (UTC) Received: by mail-io0-x241.google.com with SMTP id 84so6996712iop.2 for ; Sun, 02 Jul 2017 09:23:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=8SZ05EMC5tOrgKPWzkE+npxSlZcblBXBYE177EySW68=; b=gbk9k8BNwTytiSGRj0Ll3r/+J3PCWUvMpbHrEF8JRUNR9xApi1bsEAq2/2wmJnMlj+ CRhiehB+wLn7x462bL8kWrtn1fW3vjVH6B0PniMGghTrmp0BNXf0nV5JTrjqbsTFdXDi +VLMX3sJyE5XB01sjNTCeWU/JKjD9y7JqHZ3bWVaQA33I5cT8G6x8dZL3geDs5ZUZ03p DcJ+PBRXIQtQY2IO9miwLGoch9tLjENg0QYoCwlqy20dPaIdxt1QcxM4iJtFZ6yqoRL+ e4eIXgu1gKF2qX4WK1uX6HOZ5wwh/3b4ce+VBNliY04/j7gUlpjEScNwy96jgXdGwNvj +ofA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=8SZ05EMC5tOrgKPWzkE+npxSlZcblBXBYE177EySW68=; b=glYnULSxL5Yeo6qBlqo4kX4rHDdmlxF7NtExb0/Cp2n4TCJdG1Na4muEFBfXyvdRNF T9qDb3Mpd6yltIWUjgrFrW9bguB23LYD2UMjNDGkZ7rUSLr9oEWNp4/RhpXbqVwE2h+a hQNjEPDgDkDGKa7RmoMFRPdxsavcomAfWPEMWh5cMLZ6VBhgGnWwru/HXIcKaPmsWNSc 45dgg5CQu45EtOvCudnJkrFWxQokLpTc76Z6Gho4z3liMXn+V4oPqCWHuArakqGCZHjt Fju6s9GLTq/n0PoraRUvpFmRqtPx9AdxdpVPrI5mRUvgQGsjVgBPw0taH8AxUTx+jSui RLaQ== X-Gm-Message-State: AKS2vOzPFPK6Ud/akmVEsnR/+la3wZPXm/5YHl/lpcg81gQU/i6+v/UE mm1prLJOr7j+w5EiLhwrW4hWzj92wg== X-Received: by 10.107.201.148 with SMTP id z142mr31180137iof.18.1499012589219; Sun, 02 Jul 2017 09:23:09 -0700 (PDT) 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 Sender: zmedico@gmail.com Received: by 10.79.6.209 with HTTP; Sun, 2 Jul 2017 09:23:08 -0700 (PDT) In-Reply-To: <20160618192620.16502-1-slyfox@gentoo.org> References: <20160618110626.1ae113ea.dolsen@gentoo.org> <20160618192620.16502-1-slyfox@gentoo.org> From: Zac Medico Date: Sun, 2 Jul 2017 09:23:08 -0700 X-Google-Sender-Auth: O5MQwDr4MtOE3Ka6ql-naAaE7Dw Message-ID: Subject: [gentoo-portage-dev] Re: [PATCH v2] portage/dep/depcheck.py: Whitespace, add indentation level after newline To: Sergei Trofimovich Cc: gentoo-portage-dev@lists.gentoo.org, Sergei Trofimovich , "dolsen@gentoo.org" Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: bdf0b10c-3ceb-40ef-90a0-49c644638678 X-Archives-Hash: 8a7d77cc24f88951ec85331636325944 On Sat, Jun 18, 2016 at 12:26 PM, Sergei Trofimovich wrote: > From: Sergei Trofimovich > > 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(-) > > 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 > Thanks, pushed: https://gitweb.gentoo.org/proj/portage.git/commit/?id=7a5489e8b2715d48767ec7ee936736e862a8d7c1 -- Thanks, Zac