From: Zac Medico Date: Tue, 8 Apr 2008 04:25:18 +0000 (-0000) Subject: Clarify --with-bdeps behavior with example. Thanks to Griffon26 for X-Git-Tag: v2.1.5~240 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=02e408373cee15c20ea2320774320807c274dd95;p=portage.git Clarify --with-bdeps behavior with example. Thanks to Griffon26 for this patch. (trunk r9725) svn path=/main/branches/2.1.2/; revision=9746 --- diff --git a/man/emerge.1 b/man/emerge.1 index 20f954cd6..e641af0cc 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -410,9 +410,11 @@ in order to indicate their status: \fI() circumfix\fR = forced, masked, or removed .TP .BR "\-\-with\-bdeps < y | n >" -In dependency calculations, pull in build time dependencies that are not -strictly required. This defaults to \'n\' for installation actions and -\'y\' for the \fB\-\-depclean\fR action. This setting can be added to +In dependency calculations, pull in build time dependencies +that are not strictly required. This defaults to \'n\' for +installation actions, meaning they will not be installed, and +\'y\' for the \fB\-\-depclean\fR action, meaning they will not be removed. +This setting can be added to \fBEMERGE_DEFAULT_OPTS\fR (see make.conf(5)) and later overridden via the command line. .SH "ENVIRONMENT OPTIONS"