Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 938927

Summary: =dev-tex/biblatex-3.19 does not provide the package documentation despite USE="doc"
Product: Gentoo Linux Reporter: MW <spamfilter-1>
Component: Current packagesAssignee: TeX project <tex>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.