From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-commits+bounces-358038-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QbSlP-0005x7-6b
	for garchives@archives.gentoo.org; Tue, 28 Jun 2011 07:31:15 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9D6821C09E;
	Tue, 28 Jun 2011 07:31:07 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 6A3001C09E
	for <gentoo-commits@lists.gentoo.org>; Tue, 28 Jun 2011 07:31:07 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id B0E3C1B4044
	for <gentoo-commits@lists.gentoo.org>; Tue, 28 Jun 2011 07:31:06 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id D2F4E8003C
	for <gentoo-commits@lists.gentoo.org>; Tue, 28 Jun 2011 07:31:05 +0000 (UTC)
From: "Ciaran McCreesh" <ciaran.mccreesh@googlemail.com>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ciaran McCreesh" <ciaran.mccreesh@googlemail.com>
Message-ID: <b1bda8eeff28d1547a689a549a9f7b20d653a087.ciaranm@gentoo>
Subject: [gentoo-commits] proj/pms:master commit in: /
X-VCS-Repository: proj/pms
X-VCS-Files: ebuild-vars.tex
X-VCS-Directories: /
X-VCS-Committer: ciaranm
X-VCS-Committer-Name: Ciaran McCreesh
X-VCS-Revision: b1bda8eeff28d1547a689a549a9f7b20d653a087
Date: Tue, 28 Jun 2011 07:31:05 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: 4dfcdde43ef54af5fa345add224775b5

commit:     b1bda8eeff28d1547a689a549a9f7b20d653a087
Author:     Ciaran McCreesh <ciaran.mccreesh <AT> googlemail <DOT> com>
AuthorDate: Wed Jun 22 19:59:22 2011 +0000
Commit:     Ciaran McCreesh <ciaran.mccreesh <AT> googlemail <DOT> com>
CommitDate: Tue Jun 28 07:28:14 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/pms.git;a=3Dc=
ommit;h=3Db1bda8ee

Clarify RDEPEND=3DDEPEND wording

As worded, it could be taken to imply that ebuilds could grep RDEPEND in
a phase function and expect DEPEND-specified values (and possibly not
eclass-specified values) to appear in there.  This goes against the
general rules for globally specified variables.

---
 ebuild-vars.tex |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/ebuild-vars.tex b/ebuild-vars.tex
index d183305..d971234 100644
--- a/ebuild-vars.tex
+++ b/ebuild-vars.tex
@@ -129,11 +129,13 @@ ideally, an error in one ebuild should not prevent =
operations upon other ebuilds
=20
 \featurelabel{rdepend-depend} In EAPIs listed in table~\ref{tab:rdepend-=
depend-table} as having
 \t{RDEPEND=3DDEPEND}, if \t{RDEPEND} is unset (but not if it is set to a=
n empty string) in an ebuild,
-the package manager must set its value to be equal to the value of \t{DE=
PEND}.
+when generating metadata the package manager must treat its value as bei=
ng equal to the value of
+\t{DEPEND}.
=20
 When dealing with eclasses, only values set in the ebuild itself are con=
sidered for this behaviour;
 any \t{DEPEND} or \t{RDEPEND} set in an eclass does not change the impli=
cit \t{RDEPEND=3DDEPEND} for
-the ebuild portion, and any \t{DEPEND} value set in an eclass does not g=
et added to \t{RDEPEND}.
+the ebuild portion, and any \t{DEPEND} value set in an eclass does not g=
et treated as being part of
+\t{RDEPEND}.
=20
 \begin{centertable}{EAPIs with \t{RDEPEND=3DDEPEND} Default} \label{tab:=
rdepend-depend-table}
     \begin{tabular}{ l l }