Gentoo Archives: gentoo-dev

From: Peper <peper@×××××.pl>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] variable quoting, setting optional variables to "", and depending on virtual/libc
Date: Sat, 17 Jun 2006 09:31:21
Message-Id: 200606171126.12879.peper@aster.pl
In Reply to: Re: [gentoo-dev] variable quoting, setting optional variables to "", and depending on virtual/libc by "Kevin F. Quinn"
1 > Setting RDEPEND to "" indicates that the stuff in DEPEND isn't needed
2 > to run the package, and can safely be pruned later. If RDEPEND is not
3 > set, it is defaulted to $DEPEND by portage.
4 If you inherit some eclass with deps, not set RDEPEND won't be defaulted to
5 DEPEND from ebuild, but will also include deps from eclass, which is
6 incorrect b/c these deps are needed for build time only(like sed,
7 autotools...). One needs to make sure that RDEPEND is correct if not set
8 manually in ebuild with eclasses.
9
10 --
11 Best Regards,
12 Peper
13 --
14 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] variable quoting, setting optional variables to "", and depending on virtual/libc Ciaran McCreesh <ciaran.mccreesh@×××××××××××××.uk>