summaryrefslogtreecommitdiff
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-03-27 04:28:33 +0000
committerZac Medico <zmedico@gentoo.org>2009-03-27 04:28:33 +0000
commit1e39c137216ea69a758d04bfdd0e3434a603fece (patch)
treee20b069e305cd8190f306027aaaa174996a29c5b /pym
parentNote that --noreplace takes precedence over options such as --newuse. (diff)
downloadportage-multirepo-1e39c137216ea69a758d04bfdd0e3434a603fece.tar.gz
portage-multirepo-1e39c137216ea69a758d04bfdd0e3434a603fece.tar.bz2
portage-multirepo-1e39c137216ea69a758d04bfdd0e3434a603fece.zip
Note that --noreplace takes precedence over options such as --newuse.
(trunk r13180) svn path=/main/branches/2.1.6/; revision=13209
Diffstat (limited to 'pym')
-rw-r--r--pym/_emerge/help.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py
index 581f5843..200f3070 100644
--- a/pym/_emerge/help.py
+++ b/pym/_emerge/help.py
@@ -367,6 +367,12 @@ def help(myaction,myopts,havecolor=1):
print " ebuilds, or deps you specify on the command-line *will* cause"
print " Portage to remerge the package, even if it is already installed."
print " Note that Portage won't remerge dependencies by default."
+ desc = "Also note that this option takes " + \
+ "precedence over options such as --newuse, preventing a package " + \
+ "from being reinstalled even though the corresponding USE flag settings " + \
+ "may have changed."
+ for line in wrap(desc, desc_width):
+ print desc_indent + line
print
print " "+green("--nospinner")
print " Disables the spinner regardless of terminal type."