Gentoo Archives: gentoo-dev

From: Jon Portnoy <avenj@g.o>
To: gentoo-core@l.g.o, gentoo-dev@l.g.o
Subject: [gentoo-dev] DEPEND vs. RDEPEND refresher
Date: Fri, 30 Jan 2004 17:01:53
Message-Id: 20040130165621.GA12724@cerberus.oppresses.us
1 A lot of ebuilds are turning up with screwy DEPEND vs. RDEPEND settings.
2 When working with ebuilds, please keep in mind that RDEPEND should
3 contain everything that needs to merge when installing from a tbz2
4 binary package, but that's all -- anything else is cruft. DEPEND should
5 contain everything needed to build and install the package.
6
7 Incorrect RDEPEND settings are a serious detriment to QA and screw up
8 GRP.
9
10 Additionally, anyone using newdepend shouldn't -- use DEPEND="${DEPEND}
11 package1 package2..." instead.
12
13 The developer questionnaire has also been updated to bring this up.
14
15 --
16 Jon Portnoy
17 avenj/irc.freenode.net
18
19 --
20 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] DEPEND vs. RDEPEND refresher Drake Wyrm <wyrm@×××××.com>