./usr/share/doc/positron/ ./usr/share/doc/positron/api.html ./usr/share/doc/positron/commands.html ./usr/share/doc/positron/common-tasks.html ./usr/share/doc/positron/config.html ./usr/share/doc/positron/database.html ./usr/share/doc/positron/developer-guide.html ./usr/share/doc/positron/index.html ./usr/share/doc/positron/install.html ./usr/share/doc/positron/mdb.html ./usr/share/doc/positron/neuros.html ./usr/share/doc/positron/pai.html ./usr/share/doc/positron/quirks.html ./usr/share/doc/positron/sai.html ./usr/share/doc/positron/troubleshooting.html ./usr/share/doc/positron/user-guide.html ./usr/share/doc/positron/sample-record.png ./usr/share/doc/positron/README ./usr/share/doc/positron/COPYING ./usr/share/doc/positron/examples/ ./usr/share/doc/positron/examples/sample_config media-sound/positron-1.1.tbz2 You're getting this bug because the package in summary installs its documentation (or at least part of it) outside the usual /usr/share/doc/${PF} directory. First, please keep in mind that this bug might not be noticeable for -r0 ebuilds, but it might be for -r1 and later, since if the ebuild has same name and version of the package, for -r0 it might correspond properly. To fix this, if the package uses autotools, recent version (autoconf 2.61+) have two ./configure switches: --docdir and --htmldir to decide where to put the documentation. Older versions might require you override docdir/htmldir or other custom variables during make install. For non-autotooled build systems, good luck, since I cannot tell you how to achieve the proper results, the same holds true with totally broken buildsystems even when based on autotools. Thanks, Diego
fixed