As explained in the title, =dev-tex/biblatex-3.19 does not provide its package documentation. This means that running texdoc biblatex does not work as expected (in my case it opens some "NBR 10520:2002 - Referência" document from the dev-texlive/texlive-bibtexextra package). Reproducible: Always Steps to Reproduce: 1. install biblatex 2. run texdoc biblatex 3. cry Actual Results: texdoc biblatex opens some "NBR 10520:2002 - Referência" document from the dev-texlive/texlive-bibtexextra package Expected Results: texdoc biblatex should open the biblatex documentation
The ebuild needs: - pushd doc || die + pushd doc/latex/biblatex || die And we need to change latex-package.eclass because the package uses fontspec and that requires lualatex or xetex.