On Sun, May 29, 2005 at 02:32:45AM -0400, Mike Frysinger wrote: > On Sunday 29 May 2005 01:48 am, Alec Warner wrote: > > The actual fix to the bug is a minor one, a small check to Repoman to > > make sure ebuilds have both DEPEND and RDEPEND set; and to warn if they > > are not set. > > > > However the use of DEPEND and RDEPEND in the manner that they are > > requesting is a large change and thus was brought here for discussion. > > i'm against this ... the current behavior is the logical default imho What of eclasses? Bug 58819 comes to mind... Ebuilds get the RDEPEND="${REPEND-${DEPEND}}" default, but eclasses don't. Would rather there was a standard the whole way through personally, even if eclasses are a bit more complex in enforcing the RDEPEND="${RDEPEND-${DEPEND}}" behaviour. That said, I'm not much for the auto-setting of RDEPEND :) So... extend the ebuild behaviour to eclasses, or... ~harring