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 DBDE3138010 for ; Mon, 24 Sep 2012 00:05:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 699D721C0B2 for ; Mon, 24 Sep 2012 00:05:05 +0000 (UTC) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by pigeon.gentoo.org (Postfix) with SMTP id 012E5E058F for ; Sun, 23 Sep 2012 22:25:55 +0000 (UTC) Received: (qmail invoked by alias); 23 Sep 2012 22:25:55 -0000 Received: from 77-22-12-19-dynip.superkabel.de (EHLO ernie.fritz.box) [77.22.12.19] by mail.gmx.net (mp071) with SMTP; 24 Sep 2012 00:25:55 +0200 X-Authenticated: #19202771 X-Provags-ID: V01U2FsdGVkX1/dPcEWLunduVSKwFVNQ/rMkNz9Lzenwpme4/4/uv PU7YTCmlt3VyE/ From: Dennis Schridde To: gentoo-portage-dev@lists.gentoo.org Cc: Dennis Schridde Subject: [gentoo-portage-dev] [PATCH 5/5] Reorder description of --root-deps in emerge(1) Date: Mon, 24 Sep 2012 00:25:40 +0200 Message-Id: <1348439140-28207-6-git-send-email-devurandom@gmx.net> X-Mailer: git-send-email 1.7.12 In-Reply-To: <1348439140-28207-1-git-send-email-devurandom@gmx.net> References: <1348439140-28207-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: 09ecc890-37f9-49f1-848c-6e3d37c60ab6 X-Archives-Hash: 964b07689d5a48e1fa0c8e1fe62fb4bc 80 char width and max 1 sentence per line. --- man/emerge.1 | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/man/emerge.1 b/man/emerge.1 index da2c631..ea6409c 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -705,14 +705,16 @@ Set the \fBROOT\fR environment variable. .TP .BR "\-\-root\-deps[=rdeps]" If no argument is given then build\-time dependencies of packages for -\fBROOT\fR are installed to -\fBROOT\fR instead of /. If the \fBrdeps\fR argument is given then discard -all build\-time dependencies 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. +\fBROOT\fR are installed to \fBROOT\fR instead of /. +If the \fBrdeps\fR argument is given then discard all build\-time dependencies +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. .TP .BR "\-\-select [ y | n ]" Add specified packages to the world set (inverse of -- 1.7.12