On 2020-08-10, Grant Edwards <grant.b.edwa...@gmail.com> wrote: > [ usual whining ]
> Forty-nine new packages?! > > Much of it appears to be texlive, which is now apparently required by > the 'atril' pdf viewer. Why does it suddenly require texlive? > There's a 'dvi' use flag which understandably would require tex stuff, > but that flag is not set. That's the result of a questionable decision by Atril maintainers. It's since been fixed, and the 'synctex' feature which was pulling in all of texlive is now optional. That fix has been committed, but not yet released. Meanwhile, I've found and tested a patch that obviates the need for installing texlive by making atril's synctex support optional. I've kludged an ebuild to remove the unconditional tex dependency and disable the synctex feature. That semms to work fine. I'd be happy to submit the patch and ebuild. I presume I should change the ebuild to make the synctex feature enable/disable conditional on a USE flag? It looks like there's already a 'synctex' USE flag, so I guess that should be easy enough. -- Grant