On Sat, 2020-09-12 at 00:49 +0800, Andrew Lowe wrote: > emerge --ask -NuD world
> Is there a simple way of stopping this? Unless I'm mistaken, this is happening because of the -N flag to emerge. Since the ABI changes/additions add *new USE flags* for packages, when you tell emerge to rebuild packages on finding new/added USE flags, it wants to rebuild them. I usually stick with -U (--changed-use) instead, when emerging world. This only rebuilds packages when the flags *change*. Give that a go.

