Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r9706 - main/trunk/pym/_emerge
Date: Fri, 04 Apr 2008 18:40:32
Message-Id: E1Jhqpx-0007lQ-KO@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-04-04 18:40:28 +0000 (Fri, 04 Apr 2008)
3 New Revision: 9706
4
5 Modified:
6 main/trunk/pym/_emerge/__init__.py
7 Log:
8 Adjust newlines whitespace masked packages display.
9
10
11 Modified: main/trunk/pym/_emerge/__init__.py
12 ===================================================================
13 --- main/trunk/pym/_emerge/__init__.py 2008-04-04 18:29:33 UTC (rev 9705)
14 +++ main/trunk/pym/_emerge/__init__.py 2008-04-04 18:40:28 UTC (rev 9706)
15 @@ -1158,7 +1158,7 @@
16 print "- "+cpv+" (masked by: "+", ".join(mreasons)+")"
17 if comment and comment not in shown_comments:
18 print filename+":"
19 - print comment,
20 + print comment
21 shown_comments.add(comment)
22 portdb = root_config.trees["porttree"].dbapi
23 for l in missing_licenses:
24 @@ -2568,6 +2568,7 @@
25 from textwrap import wrap
26 for line in wrap(msg, 75):
27 print line
28 + print
29 show_mask_docs()
30 else:
31 print "\nemerge: there are no ebuilds to satisfy "+green(xinfo)+"."
32 @@ -5597,7 +5598,6 @@
33 print
34
35 def show_mask_docs():
36 - print
37 print "For more information, see MASKED PACKAGES section in the emerge man page or "
38 print "refer to the Gentoo Handbook."
39
40
41 --
42 gentoo-commits@l.g.o mailing list