* [gentoo-commits] portage r13180 - main/trunk/pym/_emerge
@ 2009-03-24 18:15 Zac Medico (zmedico)
0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2009-03-24 18:15 UTC (permalink / raw
To: gentoo-commits
Author: zmedico
Date: 2009-03-24 18:15:41 +0000 (Tue, 24 Mar 2009)
New Revision: 13180
Modified:
main/trunk/pym/_emerge/help.py
Log:
Note that --noreplace takes precedence over options such as --newuse.
Modified: main/trunk/pym/_emerge/help.py
===================================================================
--- main/trunk/pym/_emerge/help.py 2009-03-24 18:10:49 UTC (rev 13179)
+++ main/trunk/pym/_emerge/help.py 2009-03-24 18:15:41 UTC (rev 13180)
@@ -370,6 +370,12 @@
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."
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-03-24 18:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-24 18:15 [gentoo-commits] portage r13180 - main/trunk/pym/_emerge Zac Medico (zmedico)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox