Am 24.02.2011 14:03, schrieb Dale:

If I do this:

USE="-*" emerge -pv system

I get this:

Total: 50 packages (50 reinstalls)

What a difference USE flags makes huh?

You forgot to add the e, without it you reinstall only the 50 packages in @system, because the dependencies are all there at this time.

USE="-*" emerge -pv @system
Total: 50 packages (50 reinstalls)

emerge -pv @system
Total: 50 packages (50 reinstalls)

USE="-*" emerge -pve @system
Total: 88 packages (88 reinstalls)

But yes, the difference 88 to more then 400 is really big.

Reply via email to