Re: [gentoo-dev] DEPEND/RDEPEND question

2006-04-30 Thread Carsten Lohrke
On Tuesday 25 April 2006 08:53, Alin Nastac wrote: Lets say a package foo depends on bar, both at compile time and run time. Shouldn't DEPEND _and_ RDEPEND of the foo package reflect that dependency? I usually set DEPEND=$RDEPEND ... or vice-versa (depending on which is the most demanding). Am

[gentoo-dev] DEPEND/RDEPEND question

2006-04-25 Thread Alin Nastac
Lets say a package foo depends on bar, both at compile time and run time. Shouldn't DEPEND _and_ RDEPEND of the foo package reflect that dependency? I usually set DEPEND=$RDEPEND ... or vice-versa (depending on which is the most demanding). Am I utterly wrong here? I know that when a package is

Re: [gentoo-dev] DEPEND/RDEPEND question

2006-04-25 Thread Harald van Dijk
On Tue, Apr 25, 2006 at 09:53:58AM +0300, Alin Nastac wrote: Lets say a package foo depends on bar, both at compile time and run time. Shouldn't DEPEND _and_ RDEPEND of the foo package reflect that dependency? I usually set DEPEND=$RDEPEND ... or vice-versa (depending on which is the most

Re: [gentoo-dev] DEPEND/RDEPEND question

2006-04-25 Thread Alec Warner
Alin Nastac wrote: Lets say a package foo depends on bar, both at compile time and run time. Shouldn't DEPEND _and_ RDEPEND of the foo package reflect that dependency? I usually set DEPEND=$RDEPEND ... or vice-versa (depending on which is the most demanding). Am I utterly wrong here? I know