dev-util/kdoc installs man pages in /usr/man instead of /usr/share/man. Fix is trivial: export KDEDIR="" export QTDIR="" - ./configure --prefix=/usr || die + econf emake || die (BTW, the ebuild needs IUSE and a cleanup of SRC_URI using 'mirror:' )
fixed in cvs, thanks for reporting.