I have a number of machines, and build binary packages on one for rolling out to the others. When I do an emerge -k of lvm-user on one of the binary-only install machines, it attempts to emerge gentoo-sources, even though I don't need them for the binary install, and in fact don't want them to be present on the target machine. Reproducible: Always Steps to Reproduce: 1. emerge lvm-user on build machine 2. emerge -k lvm-user on target machine 3. Actual Results: emerge started to emerge the gentoo-sources package, before the lvm-user binary package. Expected Results: just emerged the lvm-user binary package. emerge --nodeps -k lvm-user is a work-around, but now running emerge --deep -uk world wants to emerge the gentoo-sources.
fixed in cvs