I'd actually consider to remove all "*_all" phases since you can achive the same via:
src_install() {
multilib-minimal_src_install
generic install crap || die
}
and have more control over the call order.
But then again that will change behavior. So I am not sure about this
feature.
