>>> Install vmware-workstation-7.1.4.385536 into /var/tmp/portage/app-emulation/vmware-workstation-7.1.4.385536/image/ category app-emulation !!! dodoc: -r does not exist * QA Notice: dodoc argument 'doc/vmware-vmci' is a directory dodoc failed This is using the ebuild in portage, not the overlay, although I believe they are identical.
Looks like dodoc is called twice in src_install(): $ grep -C1 dodoc vmware-workstation-7.1.4.385536.ebuild if use doc; then dodoc doc/* fi -- if use doc; then dodoc -r doc/* fi $
I believe it's fixed.