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 0828F138010 for ; Mon, 24 Sep 2012 00:05:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94BE621C0CD for ; Mon, 24 Sep 2012 00:05:39 +0000 (UTC) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by pigeon.gentoo.org (Postfix) with SMTP id 062F021C062 for ; Sun, 23 Sep 2012 22:29:09 +0000 (UTC) Received: (qmail invoked by alias); 23 Sep 2012 22:29:09 -0000 Received: from 77-22-12-19-dynip.superkabel.de (EHLO ernie.fritz.box) [77.22.12.19] by mail.gmx.net (mp041) with SMTP; 24 Sep 2012 00:29:09 +0200 X-Authenticated: #19202771 X-Provags-ID: V01U2FsdGVkX18mIT4bWOomGQYLPMn5jodjTW8S9XA2cUd5AfxXo0 oqkMne0248fkha From: Dennis Schridde To: gentoo-portage-dev@lists.gentoo.org Cc: Dennis Schridde Subject: [gentoo-portage-dev] [PATCH 2/2] Doocument behaviour of --root-deps for EAPI 6+ in emerge(1) Date: Mon, 24 Sep 2012 00:28:43 +0200 Message-Id: <1348439323-28340-3-git-send-email-devurandom@gmx.net> X-Mailer: git-send-email 1.7.12 In-Reply-To: <1348439323-28340-1-git-send-email-devurandom@gmx.net> References: <1348439323-28340-1-git-send-email-devurandom@gmx.net> X-Y-GMX-Trusted: 0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org X-Archives-Salt: c93b9343-b21d-465d-9e23-fd8dcb75779d X-Archives-Hash: ffcb7255c1b02b192fbb7e2f36412edf --- man/emerge.1 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/man/emerge.1 b/man/emerge.1 index ea6409c..61d86b7 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -711,10 +711,11 @@ of packages for \fBROOT\fR. This option is only meaningful when used together with \fBROOT\fR and it should not be enabled under normal circumstances! -For currently supported \fBEAPI\fR values, the build-time dependencies are -specified in the \fBDEPEND\fR variable. -However, behavior may change for new \fBEAPI\fRs when related extensions are -added in the future. +Affects \fBEAPI 5\fR and earlier ebuilds only. +\fBEAPI 6\fR and later provide \fBHDEPEND\fR as a new means to adjust +installation into "\fI/\fR" and \fBROOT\fR. +If \fBEAPI 5\fR and earlier ebuilds are built in the same \fBemerge\fR run as +\fBEAPI 6\fR and later ebuilds, this option affects only the former. .TP .BR "\-\-select [ y | n ]" Add specified packages to the world set (inverse of -- 1.7.12