On Sun, May 24, 2009 at 6:52 PM, james <[email protected]> wrote: <SNIP> > > And why does depclean want to remove all of these kde 4 > packages? Surely, I do not have to put them > all in the world file? Use something other than depclean > with sets? > > > confused, > James >
emerge world and emerge --depclean make different assumptions about what to check by default. man emerge for more info. Adding EMERGE_DEFAULT_OPTS="--with-bdeps y" to make.conf should make them work the same, but do read man emerge to understand it. Good luck, Mark

