Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 938927 - =dev-tex/biblatex-3.19 does not provide the package documentation despite USE="doc"
Summary: =dev-tex/biblatex-3.19 does not provide the package documentation despite USE...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: TeX project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-02 11:53 UTC by MW
Modified: 2024-09-02 17:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description MW 2024-09-02 11:53:49 UTC
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
Comment 1 Paul Zander 2024-09-02 17:23:41 UTC
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.