summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-04-11 23:05:00 +0000
committerZac Medico <zmedico@gentoo.org>2008-04-11 23:05:00 +0000
commit6844c042c68b368d3ef608f31ebdf3dd8f70b7be (patch)
tree9d08c50fbe2916f8129e815392a5c1f89367fc08 /man
parent99b38cfc8392dd1bf65418e51a449abe5a85373a (diff)
downloadportage-6844c042c68b368d3ef608f31ebdf3dd8f70b7be.tar.gz
portage-6844c042c68b368d3ef608f31ebdf3dd8f70b7be.tar.bz2
portage-6844c042c68b368d3ef608f31ebdf3dd8f70b7be.zip
Rename the undocumented --conistent option to --complete-graph and add
some docs. (trunk r9846) svn path=/main/branches/2.1.2/; revision=9847
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 e641af0cc..db7b409e9 100644
--- a/man/emerge.1
+++ b/man/emerge.1
@@ -246,6 +246,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