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 ) 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 ; 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 ; 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 ; Thu, 17 Feb 2011 21:08:42 +0000 (UTC) From: "Jeremy Olexa" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeremy Olexa" 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: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: fc4e36e14f8626600dd997b2bf983fdb commit: 2f4f4030eff56025d8b2b4fcdfd50f44739f8dfb Author: Jeremy Olexa gentoo org> AuthorDate: Thu Feb 17 21:07:48 2011 +0000 Commit: Jeremy Olexa gentoo 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).

The RDEPEND 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 DEPEND, bu= t you -should always explicitly define RDEPEND=3D"${DEPEND}" (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 +DEPEND, however the implicit usage is frowned upon. In EAPI=3D4, = the +implicit behaviour was removed and the assignment is always explicit.

=20