On Montag, 1. Oktober 2018 17:48:16 CEST Michał Górny wrote:
> On Mon, 2018-10-01 at 08:19 -0700, Zac Medico wrote:
> > /usr/share/doc level directories
> > ================================
> > /usr/share/doc/${PF}
> >
> > The first bug report [2] is for qt-core, which installs documentation
> > into /usr/share/doc/${PN}-${PV} instead of /usr/share/doc/${PF} (${PF}
> > includes ebuild revision such as -r1, -r2, and so on).
>
> No, it doesn't. There's no /usr/share/doc/qtcore-5.11.1 on my system.
This is coming from dev-qt/qt-docs. It is a problem because any other package
building QCH API docs with cross-references to Qt API needs to install below
this path, and will generate the same QA warning (currently kde-frameworks/*
does this).