From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B82F5138010 for ; Tue, 25 Sep 2012 16:51:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AA7F21C152; Tue, 25 Sep 2012 16:50:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EF2A921C152 for ; Tue, 25 Sep 2012 16:50:26 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6294133D71C for ; Tue, 25 Sep 2012 16:50:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 255DAE5449 for ; Tue, 25 Sep 2012 16:50:25 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1348591750.127228fb14fa8a2f12b3a2710eb5a0ecad38f29e.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/ebuild.5 X-VCS-Directories: man/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 127228fb14fa8a2f12b3a2710eb5a0ecad38f29e X-VCS-Branch: master Date: Tue, 25 Sep 2012 16:50:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 601a7437-eacd-4d45-9ea5-2d9fa772ca5d X-Archives-Hash: add57d2e9db08c9730a75edd83a57136 commit: 127228fb14fa8a2f12b3a2710eb5a0ecad38f29e Author: Dennis Schridde gmx net> AuthorDate: Tue Sep 25 13:58:23 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Sep 25 16:49:10 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=127228fb Document default behaviour without --root-deps for EAPI 5- in ebuild(5) --- man/ebuild.5 | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/man/ebuild.5 b/man/ebuild.5 index 3c2200c..2652f89 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.