From: Sergei Trofimovich <slyfox@gentoo.org>
To: gentoo-portage-dev@lists.gentoo.org
Cc: Sergei Trofimovich <siarheit@google.com>
Subject: [gentoo-portage-dev] [PATCH 1/2] cleanup: fix spaces to tabs in depgraph.py
Date: Sat, 19 Mar 2016 21:29:22 +0000 [thread overview]
Message-ID: <1458422962-22180-1-git-send-email-slyfox@gentoo.org> (raw)
From: Sergei Trofimovich <siarheit@google.com>
Signed-off-by: Sergei Trofimovich <siarheit@google.com>
---
pym/_emerge/depgraph.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py
index b58fbda..cfaafa3 100644
--- a/pym/_emerge/depgraph.py
+++ b/pym/_emerge/depgraph.py
@@ -5126,9 +5126,9 @@ class depgraph(object):
break
writemsg("\nemerge: there are no %s to satisfy " %
- ("binary packages" if
- self._frozen_config.myopts.get("--usepkgonly", "y") == True
- else "ebuilds") + green(xinfo) + ".\n", noiselevel=-1)
+ ("binary packages" if
+ self._frozen_config.myopts.get("--usepkgonly", "y") == True
+ else "ebuilds") + green(xinfo) + ".\n", noiselevel=-1)
if isinstance(myparent, AtomArg) and \
not cp_exists and \
self._frozen_config.myopts.get(
@@ -6937,7 +6937,7 @@ class depgraph(object):
for root in implicit_libc_roots:
vardb = self._frozen_config.trees[root]["vartree"].dbapi
for atom in self._expand_virt_from_graph(root,
- portage.const.LIBC_PACKAGE_ATOM):
+ portage.const.LIBC_PACKAGE_ATOM):
if atom.blocker:
continue
for pkg in self._dynamic_config._package_tracker.match(root, atom):
--
2.7.4
next reply other threads:[~2016-03-19 21:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-19 21:29 Sergei Trofimovich [this message]
2016-03-20 13:47 ` [gentoo-portage-dev] [PATCH 1/2] cleanup: fix spaces to tabs in depgraph.py Alexander Berntsen
2016-03-29 8:40 ` Alexander Berntsen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1458422962-22180-1-git-send-email-slyfox@gentoo.org \
--to=slyfox@gentoo.org \
--cc=gentoo-portage-dev@lists.gentoo.org \
--cc=siarheit@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox