On 01/16/2013 09:32 AM, Michael Orlitzky wrote: > On 01/16/2013 12:24 PM, Ian Stakenvicius wrote: >> On 16/01/13 11:47 AM, Michael Orlitzky wrote: >>> On 01/16/2013 11:36 AM, Michael Weber wrote: >>>> >>>>>> emerge --upgrade >>>> with a predefined EMERGE_UPGRADE_OPTS in make.conf (where >>>> EMERGE_DEFAULT_OPTS lives). > >>> +1 so I can stop adding --oneshot onto every upgrade. > > > >> btw, why are you adding --oneshot when upgrading?? emerge -u >> doesn't ever modify the world file... > > > I strongly believe that it shouldn't; nevertheless, it does.
You can avoid this by adding --select=n to EMERGE_DEFAULT_OPTS. Then, if you want to add something to world, use --select (or -w in latest portage which isn't marked stable yet). -- Thanks, Zac