Add one newline, to wrap the "Global Updates" key to less than 80 columns.
authorZac Medico <zmedico@gentoo.org>
Mon, 24 Nov 2008 03:38:34 +0000 (03:38 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 24 Nov 2008 03:38:34 +0000 (03:38 -0000)
svn path=/main/trunk/; revision=12077

pym/portage/__init__.py

index 471e74365703942ccaea3bc5b9b26bc71bc80e21..9ea660a421e88bfdbc2fc7110732c2430fc23656 100644 (file)
@@ -7254,7 +7254,7 @@ def _global_updates(trees, prev_mtimes):
                        writemsg_stdout("\n\n")
                        writemsg_stdout(green("Performing Global Updates: ")+bold(mykey)+"\n")
                        writemsg_stdout("(Could take a couple of minutes if you have a lot of binary packages.)\n")
-                       writemsg_stdout("  "+bold(".")+"='update pass'  "+bold("*")+"='binary update'  "+bold("@")+"='/var/db move'\n"+"  "+bold("s")+"='/var/db SLOT move' "+bold("%")+"='binary move' "+bold("S")+"='binary SLOT move' "+bold("p")+"='update /etc/portage/package.*'\n")
+                       writemsg_stdout("  "+bold(".")+"='update pass'  "+bold("*")+"='binary update'  "+bold("@")+"='/var/db move'\n"+"  "+bold("s")+"='/var/db SLOT move' "+bold("%")+"='binary move' "+bold("S")+"='binary SLOT move'\n"+bold("p")+"='update /etc/portage/package.*'\n")
                        valid_updates, errors = parse_updates(mycontent)
                        myupd.extend(valid_updates)
                        writemsg_stdout(len(valid_updates) * "." + "\n")