From: Dennis Schridde Date: Tue, 25 Sep 2012 13:58:23 +0000 (+0200) Subject: Document default behaviour without --root-deps for EAPI 5- in ebuild(5) X-Git-Tag: v2.2.0_alpha133~14 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=127228fb14fa8a2f12b3a2710eb5a0ecad38f29e;p=portage.git Document default behaviour without --root-deps for EAPI 5- in ebuild(5) --- diff --git a/man/ebuild.5 b/man/ebuild.5 index 3c2200c6f..2652f89c1 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -344,6 +344,8 @@ For EAPIs that support \fBHDEPEND\fR (experimental \fBEAPI 5-hdepend\fR), list the \fItarget\fR dependencies, i.e. those to be installed into \fBROOT\fR. For EAPIs that do not support \fBHDEPEND\fR, the \fBemerge\fR(1) flag \fI\-\-root-deps\fR controls what the package manager installs there. +Without it, \fBemerge\fR defaults to install only runtime dependencies (i.e. +\fBRDEPEND\fR and \fBPDEPEND\fR) into \fBROOT\fR. .PP See section \fBVARIABLES\fR for more information about the \fBDEPEND\fR, \fBRDEPEND\fR and \fBHDEPEND\fR variables.