summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-04-01 01:49:22 +0000
committerZac Medico <zmedico@gentoo.org>2009-04-01 01:49:22 +0000
commit1cc9b5f31812a4963c16d6b7b4304dbf5958e9bd (patch)
tree20f0a8f57bc976094b10efb677eb958004c83964 /man/emerge.1
parentAdd support for a EGENCACHE_DEFAULT_OPTS variable in make.conf. (diff)
downloadportage-idfetch-1cc9b5f31812a4963c16d6b7b4304dbf5958e9bd.tar.gz
portage-idfetch-1cc9b5f31812a4963c16d6b7b4304dbf5958e9bd.tar.bz2
portage-idfetch-1cc9b5f31812a4963c16d6b7b4304dbf5958e9bd.zip
Combine the --rdeps-only and --root-deps options into a single --root-deps
option which takes an optional 'rdeps' argument. svn path=/main/trunk/; revision=13267
Diffstat (limited to 'man/emerge.1')
-rw-r--r--man/emerge.120
1 files changed, 8 insertions, 12 deletions
diff --git a/man/emerge.1 b/man/emerge.1
index 7a82a91b..44a74603 100644
--- a/man/emerge.1
+++ b/man/emerge.1
@@ -414,13 +414,6 @@ b blocked by another package (automatically resolved conflict)
Results may vary, but the general outcome is a reduced or condensed
output from portage's displays.
.TP
-.BR "\-\-rdeps\-only"
-Discard all build\-time dependencies. This option is commonly used together
-with \fBROOT\fR and it should not be enabled under normal circumstances. For
-currently supported \fBEAPI\fR values, the dependencies specified in the
-\fBDEPEND\fR variable are discarded. However, behavior may change for new
-\fBEAPI\fRs when related extensions are added in the future.
-.TP
.BR "\-\-reinstall changed\-use"
Tells emerge to include installed packages where USE flags have
changed since installation. Unlike \fB\-\-newuse\fR, this option does
@@ -430,11 +423,14 @@ enabled are added or removed.
.BR \-\-root=DIR
Set the \fBROOT\fR environment variable.
.TP
-.BR "\-\-root\-deps"
-Install build\-time dependencies to \fBROOT\fR instead of /. This option
-should not be enabled under normal circumstances. For currently supported
-\fBEAPI\fR values, the dependencies specified in the \fBDEPEND\fR variable
-are used. However, behavior may change for new
+.BR "\-\-root\-deps[=rdeps]"
+If no argument is given then build\-time dependencies are installed to
+\fBROOT\fR instead of /. If the \fBrdeps\fR argument is given then discard
+all build\-time dependencies of packages for \fBROOT\fR. This option is
+only meaningful when used together with \fBROOT\fR and it should not
+be enabled under normal circumstances. For currently supported
+\fBEAPI\fR values, the build-time dependencies are specified in the
+\fBDEPEND\fR variable. However, behavior may change for new
\fBEAPI\fRs when related extensions are added in the future.
.TP
.BR "\-\-skipfirst"