NS) version on update.Problem: there is a package that comes with separate slot for every version.
Notable example is sys-kernel/gentoo-sources. Each @world update attempt
tries to install new package slot. If kernel is not to be updated, not only
additional files will take space unnecessarily, but if emerge --depclean is
run afterwards, the current kernel sources are selected for removal (!).
Solution: mask all package slots
sys-kernel/gentoo-sourcesthen unmask the only slot that is to be kept installed:
sys-kernel/gentoo-sources:6.6.142Notes:
> installed version will not work, as emerge may
pick for installation any unmasked slot below installed version,> and < installed version is somewhat redundant,emerge does not recognize ! atom operator.