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 EF6CB138010 for ; Mon, 24 Sep 2012 00:07:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 864B021C0EB for ; Mon, 24 Sep 2012 00:07:00 +0000 (UTC) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by pigeon.gentoo.org (Postfix) with SMTP id 89ADA21C071 for ; Sun, 23 Sep 2012 22:32:19 +0000 (UTC) Received: (qmail invoked by alias); 23 Sep 2012 22:32:18 -0000 Received: from 77-22-12-19-dynip.superkabel.de (EHLO ernie.fritz.box) [77.22.12.19] by mail.gmx.net (mp012) with SMTP; 24 Sep 2012 00:32:18 +0200 X-Authenticated: #19202771 X-Provags-ID: V01U2FsdGVkX1/7UbYR+Tv79ahfrGpYDCZAlMAn2ijL0hJ39NIqOJ iwzgPwG6utp9tY From: Dennis Schridde To: gentoo-portage-dev@lists.gentoo.org Cc: Dennis Schridde Subject: [gentoo-portage-dev] [PATCH 3/6] Fix referencens to Dependencies section of ebuild(5) Date: Mon, 24 Sep 2012 00:32:10 +0200 Message-Id: <1348439533-28481-4-git-send-email-devurandom@gmx.net> X-Mailer: git-send-email 1.7.12 In-Reply-To: <1348439533-28481-1-git-send-email-devurandom@gmx.net> References: <1348439533-28481-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: 9364e0cb-1220-40e6-9039-4c1da2852d92 X-Archives-Hash: 562fb13b835d448251a6a545c9aeb007 --- man/ebuild.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/ebuild.5 b/man/ebuild.5 index 6fca6d4..f3d364e 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -544,7 +544,7 @@ override them. .TP .B DEPEND This should contain a list of all packages that are required for the -program to compile as described in \fBDEPENDENCIES\fR. +program to compile as described in \fBDependencies\fR. .TP .B RDEPEND This should contain a list of all packages that are required for this @@ -552,13 +552,13 @@ program to run (aka runtime depend). If this is not set in \fBEAPI 3\fR or earlier, then it defaults to the value of \fBDEPEND\fR. In \fBEAPI 4\fR or later, \fBRDEPEND\fR will never be implicitly set. -You may use the same syntax to vary dependencies as seen above in \fBDEPENDENCIES\fR. +You may use the same syntax to vary dependencies as seen above in \fBDependencies\fR. .TP .B PDEPEND This should contain a list of all packages that should be merged after this one, but may be merged before if need be. -You may use the same syntax to vary dependencies as seen above in \fBDEPENDENCIES\fR. +You may use the same syntax to vary dependencies as seen above in \fBDependencies\fR. .TP .B REQUIRED_USE Beginning with \fBEAPI 4\fR, the \fBREQUIRED_USE\fR variable can be -- 1.7.12