Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] depclean question
Date: Mon, 25 May 2009 02:27:12
Message-Id: 5bdc1c8b0905241927m5da6964eycd51efd1e20b46aa@mail.gmail.com
In Reply to: [gentoo-user] depclean question by james
1 On Sun, May 24, 2009 at 6:52 PM, james <wireless@×××××××××××.com> wrote:
2 <SNIP>
3 >
4 > And why does depclean want to remove all of these kde 4
5 > packages?  Surely, I do not have to put them
6 > all in the world file? Use something other than depclean
7 > with sets?
8 >
9 >
10 > confused,
11 > James
12 >
13
14 emerge world and emerge --depclean make different assumptions about
15 what to check by default. man emerge for more info.
16
17 Adding
18
19 EMERGE_DEFAULT_OPTS="--with-bdeps y"
20
21 to make.conf should make them work the same, but do read man emerge to
22 understand it.
23
24 Good luck,
25 Mark