Am Sat, 29 Apr 2017 20:53:50 -0700 schrieb Ian Zimmerman <i...@primate.net>:
> On 2017-04-30 02:23, lee wrote: > > > > Do a --depclean and that will resolve itself. > > > > Last time I tried that, it wanted to remove the source of the kernel > > I'm using, along with other things. It would have made sense if I > > had upgraded the kernel, too, but I didn't have the time to do that > > yet. > > emerge --select =sys-kernel/gentoo-sources-${VERSION} > > or add a line for the exact version to the world file manually If you give a slot instead of a version, it will record that slot in the world file, which is usually more appropriate: # emerge --select sys-kernel/gentoo-sources:${VERSION} No need to add that manually then. Kernel versions are slotted per minor version, so it is essentially the same for your example. -- Regards, Kai Replies to list-only preferred.