On Sun, Oct 10, 2010 at 3:24 AM, Joakim Tjernlund wrote: > Mike Frysinger wrote on 2010/10/10 00:14:29: >> On Friday, October 08, 2010 08:00:46 Joakim Tjernlund wrote: >> > crossdev also prints this: >> > * Using sys-devel/binutils from /usr/local/src/TM-fs/toolchain/portage >> > instead of /usr/local/src/TM-fs/toolchain/portage >> >> the problem seems to be your custom PORTDIR is also listed in your overlays >> which doesnt make much sense. use one or the other. > > ah, I don't want crossdev to pick up stuff outside my portage tree. That > is why I point the overlay to the same tree.
look at set_links(). it will scan all overlays before PORTDIR for packages to use. so simply listing your custom PORTDIR in PORTDIR_OVERLAY should be sufficient. -mike
