Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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.