summaryrefslogtreecommitdiffstats
path: root/man/emerge.1
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-07-19 01:36:58 -0700
committerZac Medico <zmedico@gentoo.org>2011-07-19 01:36:58 -0700
commit72f83d8078da7aab7be9236b86be1526c15a4185 (patch)
tree26f6344413472b07e4e2e08f349b19941dd6b0a4 /man/emerge.1
parent092803df76a6112279b06f05f75a95b3285a97ea (diff)
downloadportage-72f83d8078da7aab7be9236b86be1526c15a4185.tar.gz
portage-72f83d8078da7aab7be9236b86be1526c15a4185.tar.bz2
portage-72f83d8078da7aab7be9236b86be1526c15a4185.zip
Make emerge --noreplace identical to --selective.
This removes a very subtle difference in --noreplace package selection logic which is not very useful and triggers strange package selection choices in some cases, as reported in bug #375571.
Diffstat (limited to 'man/emerge.1')
-rw-r--r--man/emerge.18
1 files changed, 2 insertions, 6 deletions
diff --git a/man/emerge.1 b/man/emerge.1
index df576ee10..4a19bdb26 100644
--- a/man/emerge.1
+++ b/man/emerge.1
@@ -488,10 +488,7 @@ 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. 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.
+not remerge dependencies by default.
.TP
.BR "\-\-nospinner"
Disables the spinner for the session. The spinner is active when the
@@ -619,8 +616,7 @@ use \fBEMERGE_DEFAULT_OPTS\fR to make
\fB\-\-oneshot\fR behavior default.
.TP
.BR "\-\-selective [ y | n ]"
-This is similar to the \fB\-\-noreplace\fR option, except that it
-does not take precedence over options such as \fB\-\-newuse\fR.
+This is identical to the \fB\-\-noreplace\fR option.
Some options, such as \fB\-\-update\fR, imply \fB\-\-selective\fR.
Use \fB\-\-selective=n\fR if you want to forcefully disable
\fB\-\-selective\fR, regardless of options like \fB\-\-update\fR.