Currently, app-text/zathura-meta have only 4 USE flags: cb, djvu, pdf, postscript. But zathura has an app-text/zathura-pdf-mupdf plug-in that supports EPUB, XFS and PDF. It will be nice to see epub and xfs USE flags.
Am i wrong in thinking that this only requires the addition of epub? ( app-text/zathura-pdf-mupdf ) to RDEPEND in zathura-meta-0.ebuild, and the appropriate updating of that package's metadata.xml?
(In reply to Alexis from comment #1) > Am i wrong in thinking that this only requires the addition of > > epub? ( app-text/zathura-pdf-mupdf ) > > to RDEPEND in zathura-meta-0.ebuild, and the appropriate updating of that > package's metadata.xml? Yes, that's usually enough. But something like REQUIRED_USE = " epub? ( xfs pdf ) xfs? ( epub pdf ) " should be, since this package provides 3 features at once.