On Sun, 2009-04-12 at 17:11 -0500, Dale wrote: > Alan McKinnon wrote: > > If it's already installed but not in world use -1 to tell portage not to go > > through the install process, but just add it to world. Or just edit the > > world > > file by hand. > > > > You sure about the -1 option? I thought that would emerge foo and not > add foo to the world file which --depclean would certainly focus on.
I think Alan meant to say -n (--noreplace) instead of -1 (--oneshot). -n does exactly what he describes: it will not actually build packages that are already installed, but will add the explicitly specified packages to world. -1, as you said, does the opposite: it *will* recompile and reinstall the package, but won't update world. --K