summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-04-11 22:56:07 +0000
committerZac Medico <zmedico@gentoo.org>2008-04-11 22:56:07 +0000
commit68a1fdbd2d6fc27c23b7241ca41682daec59d058 (patch)
treeabf4c68a68f0639fcadbb04d0e31be5303ea5f02 /man
parentMake file_get() redirect FETCHCOMMAND output to stdout just like (diff)
downloadportage-multirepo-68a1fdbd2d6fc27c23b7241ca41682daec59d058.tar.gz
portage-multirepo-68a1fdbd2d6fc27c23b7241ca41682daec59d058.tar.bz2
portage-multirepo-68a1fdbd2d6fc27c23b7241ca41682daec59d058.zip
Rename the undocumented --conistent option to --complete-graph and add
some docs. svn path=/main/trunk/; revision=9846
Diffstat (limited to 'man')
-rw-r--r--man/emerge.111
1 files changed, 11 insertions, 0 deletions
diff --git a/man/emerge.1 b/man/emerge.1
index fac73779..1e6b4239 100644
--- a/man/emerge.1
+++ b/man/emerge.1
@@ -248,6 +248,17 @@ is not a tty (by default, color is disabled unless stdout is a tty).
Used alongside \fB\-\-pretend\fR to cause the package name, new version,
and old version to be displayed in an aligned format for easy cut\-n\-paste.
.TP
+.BR "\-\-complete\-graph"
+This causes \fBemerge\fR to consider the deep dependencies of all
+packages from the system and world sets. With this option enabled,
+\fBemerge\fR will bail out if it determines that the given operation will
+break any dependencies of the packages that have been added to the
+graph. Like the \fB\-\-deep\fR option, the \fB\-\-complete\-graph\fR
+option will significantly increase the time taken for dependency
+calculations. Note that, unlike the \fB\-\-deep\fR option, the
+\fB\-\-complete\-graph\fR option does not cause any more packages to
+be updated than would have otherwise been updated with the option disabled.
+.TP
.BR \-\-config\-root=DIR
Set the \fBPORTAGE_CONFIGROOT\fR environment variable.
.TP