summaryrefslogtreecommitdiff
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-11-24 03:38:34 +0000
committerZac Medico <zmedico@gentoo.org>2008-11-24 03:38:34 +0000
commit27ddefaaf6eda7496434ba0b5c089482e08a64f9 (patch)
treeff10d42c1989e2d243d485bd3522ccd39db7c900 /pym
parentFix typo in --help. (diff)
downloadportage-multirepo-27ddefaaf6eda7496434ba0b5c089482e08a64f9.tar.gz
portage-multirepo-27ddefaaf6eda7496434ba0b5c089482e08a64f9.tar.bz2
portage-multirepo-27ddefaaf6eda7496434ba0b5c089482e08a64f9.zip
Add one newline, to wrap the "Global Updates" key to less than 80 columns.
svn path=/main/trunk/; revision=12077
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index 471e7436..9ea660a4 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -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")