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-317567-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1PqB5m-0002QO-97
	for garchives@archives.gentoo.org; Thu, 17 Feb 2011 21:08:50 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A7E231C001;
	Thu, 17 Feb 2011 21:08:43 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 7AA761C001
	for <gentoo-commits@lists.gentoo.org>; Thu, 17 Feb 2011 21:08:43 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 0D6051B403F
	for <gentoo-commits@lists.gentoo.org>; Thu, 17 Feb 2011 21:08:43 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 6DA408006A
	for <gentoo-commits@lists.gentoo.org>; Thu, 17 Feb 2011 21:08:42 +0000 (UTC)
From: "Jeremy Olexa" <darkside@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Jeremy Olexa" <darkside@gentoo.org>
Message-ID: <2f4f4030eff56025d8b2b4fcdfd50f44739f8dfb.darkside@gentoo>
Subject: [gentoo-commits] proj/devmanual:master commit in: general-concepts/dependencies/
X-VCS-Repository: proj/devmanual
X-VCS-Files: general-concepts/dependencies/text.xml
X-VCS-Directories: general-concepts/dependencies/
X-VCS-Committer: darkside
X-VCS-Committer-Name: Jeremy Olexa
X-VCS-Revision: 2f4f4030eff56025d8b2b4fcdfd50f44739f8dfb
Date: Thu, 17 Feb 2011 21:08:42 +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: fc4e36e14f8626600dd997b2bf983fdb

commit:     2f4f4030eff56025d8b2b4fcdfd50f44739f8dfb
Author:     Jeremy Olexa <darkside <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 17 21:07:48 2011 +0000
Commit:     Jeremy Olexa <darkside <AT> gentoo <DOT> org>
CommitDate: Thu Feb 17 21:07:48 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/devmanual.git=
;a=3Dcommit;h=3D2f4f4030

Improve wording about REDPEND

---
 general-concepts/dependencies/text.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/general-concepts/dependencies/text.xml b/general-concepts/de=
pendencies/text.xml
index 49b0ff1..671ccf8 100644
--- a/general-concepts/dependencies/text.xml
+++ b/general-concepts/dependencies/text.xml
@@ -31,10 +31,10 @@ exemptions).
 <p>
 The <c>RDEPEND</c> ebuild variable should specify any dependencies which=
 are
 required at runtime. This includes libraries (when dynamically linked), =
any data
-packages and (for interpreted languages) the relevant interpreter. If th=
is
-variable is not specified, it defaults to the value of <c>DEPEND</c>, bu=
t you
-should always explicitly define <c>RDEPEND=3D"${DEPEND}"</c> (as in the =
future
-this setting is planned to be removed from Portage).
+packages and (for interpreted languages) the relevant interpreter. In EA=
PI=3D3 or
+older, if this variable is not specified it defaults to the value of
+<c>DEPEND</c>, however the implicit usage is frowned upon. In EAPI=3D4, =
the
+implicit behaviour was removed and the assignment is always explicit.
 </p>
=20
 <p>