FEATURES=splitdebug gives file collisions when installing new slot
I have enabled in my make.conf FEATURES="splitdebug"
But that causes file collisions in the /usr/lib/debug/.build_id
folder
This can be easily prevented by adding the line to the ebuild(s)
RESTRICT="splitdebug"
(explained in man 5 ebuild
)