These files have a .hash section even when my LDFLAGS tell the linker not to generate it: sys-apps/usermode-utilities-20070815 (/usr/bin/uml_mount) sys-apps/usermode-utilities-20070815 (/usr/bin/uml_watchdog) sys-apps/usermode-utilities-20070815 (/usr/bin/uml_mconsole) sys-apps/usermode-utilities-20070815 (/usr/bin/uml_moo) sys-apps/usermode-utilities-20070815 (/usr/bin/tunctl) sys-apps/usermode-utilities-20070815 (/usr/bin/jailtest) sys-apps/usermode-utilities-20070815 (/usr/bin/uml_mkcow) sys-apps/usermode-utilities-20070815 (/usr/bin/uml_switch)
usermode-utilities doesn't have much of a build system. It's highly unlikely that I'll fix it, since I don't want to maintain a whole build system for it on my own. I'll look into it, tho, to see if it's fairly easy to do.
At a first glance, I think something like sed -i -e 's:-o \$(BIN):$(LDFLAGS) -o $(BIN):' "${S}"/*/Makefile || die "LDFLAGS sed failed" would work. I haven't tried it yet though, as I just woke up :)
Comitted, thanks.