diff options
author | Zac Medico <zmedico@gentoo.org> | 2009-03-24 18:10:49 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2009-03-24 18:10:49 +0000 |
commit | e7ea612ccb5f54bf78e77e44d9643a3a2e7b97e4 (patch) | |
tree | fdabebe96a3e4cf094630d5de0e56a10d8a6cdce | |
parent | d4a1deee19e89cda930ef15cbe2d73984d7867cf (diff) | |
download | portage-e7ea612ccb5f54bf78e77e44d9643a3a2e7b97e4.tar.gz portage-e7ea612ccb5f54bf78e77e44d9643a3a2e7b97e4.tar.bz2 portage-e7ea612ccb5f54bf78e77e44d9643a3a2e7b97e4.zip |
Note that --noreplace takes precedence over options such as --newuse.
svn path=/main/trunk/; revision=13179
-rw-r--r-- | man/emerge.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/emerge.1 b/man/emerge.1 index 429b3b387..a60fd60a6 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -373,7 +373,10 @@ Skips the packages specified on the command\-line that have already been installed. Without this option, any packages, ebuilds, or deps you specify on the command\-line \fBwill\fR cause Portage to remerge the package, even if it is already installed. Note that Portage will -not remerge dependencies by default. +not remerge dependencies by default. Also note that this option takes +precedence over options such as \fB\-\-newuse\fR, preventing a package +from being reinstalled even though the corresponding USE flag settings +may have changed. .TP .BR "\-\-nospinner" Disables the spinner for the session. The spinner is active when the |