Sebastian Beßler wrote:
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.
Good catch. I did miss the -e. I don't use it very much so my fingers
are not used to typing it in. This is the new results which is close to
yours.
Total: 87 packages (87 reinstalls)
That is more reasonable. I just wonder where it will be in another year
or so.
Dale
:-) :-)