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 8AB60138010 for ; Mon, 24 Sep 2012 02:44:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E0E721C009; Mon, 24 Sep 2012 02:44:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1A27821C009 for ; Mon, 24 Sep 2012 02:44:06 +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 84A8733D704 for ; Mon, 24 Sep 2012 02:44:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 26D4EE544B for ; Mon, 24 Sep 2012 02:44:02 +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: <1348454367.a1a8a79a76fd1be60f6fcf992efcbc1d98d0f941.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: a1a8a79a76fd1be60f6fcf992efcbc1d98d0f941 X-VCS-Branch: master Date: Mon, 24 Sep 2012 02:44:02 +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: a6954445-29fb-4d95-ad5e-12e6b9d397f2 X-Archives-Hash: 7910d3d9e7f300f7f3ac0ab7ab7430bb commit: a1a8a79a76fd1be60f6fcf992efcbc1d98d0f941 Author: Dennis Schridde gmx net> AuthorDate: Sun Sep 23 17:51:29 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Sep 24 02:39:27 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=a1a8a79a Fix referencens to Dependencies section of ebuild(5) --- man/ebuild.5 | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/ebuild.5 b/man/ebuild.5 index 4996a57..dbd024c 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