Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] aging ebuilds with unstable keywords
Date: Mon, 12 Jul 2004 13:42:42
Message-Id: 200407120942.44663.vapier@gentoo.org
In Reply to: Re: [gentoo-dev] aging ebuilds with unstable keywords by Alexander Futasz
1 On Monday 12 July 2004 04:20 am, Alexander Futasz wrote:
2 > > * if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to
3 > > $DEPEND.
4 >
5 > Why is this bad (specifically appending $DEPEND to $RDEPEND)?
6
7 $DEPEND -> $RDEPEND isnt wrong assuming it's done in the correct order
8
9 RDEPEND="$RDEPEND blah"
10 DEPEND="$DEPEND blah"
11 those are wrong
12 -mike
13
14 --
15 gentoo-dev@g.o mailing list