From 7ba9d8dd2a0da019c16341197b52a14ac6eff9da Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 29 Mar 2009 19:15:01 +0000 Subject: Add support for --rdeps-only and --root-deps options which are useful in combination with $ROOT. Thanks to Ned Ludd for the initial patch. svn path=/main/trunk/; revision=13245 --- man/emerge.1 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'man/emerge.1') diff --git a/man/emerge.1 b/man/emerge.1 index a60fd60a6..60e15338f 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -414,12 +414,26 @@ 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 not trigger reinstallation when flags that the user has not enabled are added or removed. .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 +\fBEAPI\fRs when related extensions are added in the future. +.TP .BR "\-\-skipfirst" This option is only valid when used with \fB\-\-resume\fR. It removes the first package in the resume list. Dependencies are recalculated for -- cgit v1.2.3-1-g7c22