How I can update all packages with emerge?
Do 'emerge system' update all packages, outside base-system?
For upgrading *all* packages that are installed on my box, i'm using this one:
emerge --oneshot -uU `qpkg -nc -I` -v -p
after checking what's going to be installed, enter the same command again, but this time without the -p option.
Important: when using this command, never forget the --oneshot option, or you can forget the depclean feature..
-- [EMAIL PROTECTED] mailing list
