summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-04-30 06:54:04 +0000
committerZac Medico <zmedico@gentoo.org>2009-04-30 06:54:04 +0000
commit8ef9b9b63ca0ea66b5be0bbee092ca0b1dd7153c (patch)
treeea118ee93eb44f00e4c50bb6ec3ab4ebaa4383f5 /man/emerge.1
parentAdd support for a EGENCACHE_DEFAULT_OPTS variable in make.conf. (trunk r13266) (diff)
downloadportage-multirepo-8ef9b9b63ca0ea66b5be0bbee092ca0b1dd7153c.tar.gz
portage-multirepo-8ef9b9b63ca0ea66b5be0bbee092ca0b1dd7153c.tar.bz2
portage-multirepo-8ef9b9b63ca0ea66b5be0bbee092ca0b1dd7153c.zip
Combine the --rdeps-only and --root-deps options into a single --root-deps
option which takes an optional 'rdeps' argument. (trunk r13267) svn path=/main/branches/2.1.6/; revision=13446
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 c5aff973..c4295d69 100644
--- a/man/emerge.1
+++ b/man/emerge.1
@@ -411,13 +411,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
@@ -427,11 +420,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"