diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-04-05 23:22:59 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-04-05 23:22:59 +0000 |
commit | 2e647d30eaec193dafbf61d5e424bb04c2f83bf1 (patch) | |
tree | 8a2264bcc413fb1e005ef7fd08a5cd59b5ccb254 | |
parent | 8d4e46926287f9c596cc1886c3bceac37824a7bb (diff) | |
download | portage-2e647d30eaec193dafbf61d5e424bb04c2f83bf1.tar.gz portage-2e647d30eaec193dafbf61d5e424bb04c2f83bf1.tar.bz2 portage-2e647d30eaec193dafbf61d5e424bb04c2f83bf1.zip |
Clarify --with-bdeps behavior with example. Thanks to Griffon26 for
this patch.
svn path=/main/trunk/; revision=9725
-rw-r--r-- | man/emerge.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/man/emerge.1 b/man/emerge.1 index 9e5aca44d..fac737799 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -412,9 +412,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" |