In my embedded (uclib) development system, vim-6.3.084 was built just fine and worked too, but when deployed with 'emerge -K vim' on another machine (also using uclib), it failed to start with a complaint about not being able to find libiconv.so.2 (which was of course not installed there at this time). Reproducible: Always Steps to Reproduce: 1. 2. 3.
On second thought, that would be a RDEPEND dependency, wouldn't it?
vim doesn't USE uclibc. Do you mean elibc_uclibc?
Yup, you're right there. Changed the topic.
Arch people: please either use.mask elibc_uclibc on your archs or keyword dev-libs/libiconv.
Actually, never mind. We need proper virtuals to do this one properly. For now we can't really fix this.
Ah, OK.