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

Bug 541244

Summary: app-text/pandoc missing dependency/einfo?
Product: Gentoo Linux Reporter: avx <idevelop>
Component: Current packagesAssignee: Gentoo's Haskell Language team <haskell>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description avx 2015-02-24 14:03:44 UTC
pandoc doesn't have a lot of USE-flags, so I thought the given deps where enough to satisfy all it's features. Turns out, that isn't the case.

When trying `pandoc -f something -t {beamer,latex} -o some.pdf some.input`, it complains about 'pdflatex' not being found.

So either it should have a USE flag which pulls the needed packages or an einfo notice that for conversion to PDF, further packages are needed.