Gentoo Archives: gentoo-commits

From: Thomas Sachau <tommy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:multilib commit in: pym/_emerge/
Date: Sun, 06 Feb 2011 13:16:17
Message-Id: f77800259514da77c9803c85a06c7dbd599e4561.tommy@gentoo
1 commit: f77800259514da77c9803c85a06c7dbd599e4561
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 2 21:46:47 2011 +0000
4 Commit: Thomas Sachau <tommy <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 2 21:46:47 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=f7780025
7
8 REQUIRED_USE: add blank line after display
9
10 ---
11 pym/_emerge/depgraph.py | 1 +
12 1 files changed, 1 insertions(+), 0 deletions(-)
13
14 diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py
15 index 957f447..3d923ba 100644
16 --- a/pym/_emerge/depgraph.py
17 +++ b/pym/_emerge/depgraph.py
18 @@ -2629,6 +2629,7 @@ class depgraph(object):
19 writemsg_stdout(" %s\n" % \
20 human_readable_required_use(pkg.metadata["REQUIRED_USE"]),
21 noiselevel=-1)
22 + writemsg_stdout("\n", noiselevel=-1)
23
24 elif show_missing_use:
25 writemsg_stdout("\nemerge: there are no ebuilds built with USE flags to satisfy "+green(xinfo)+".\n", noiselevel=-1)