Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
doxygen doesn't need TeX for generating its documentation, still it has a more or less 'hard' dependency on tetex in portage which isn't neccessary. I think installing TeX just because I want some docs for doxygen is a bit too much. With the attached patch the latex documents for the doxygen manual are only generated if tetex is in USE. I hope that this change could be incorporated since I _really_ don't want to have that 70MB monster on my disk. :) Reproducible: Always Steps to Reproduce: 1. USE="doc -tetex"" 2. emerge doxygen 3. Actual Results: You get doxygen merged with a _long_ delay because of tetex. You have 70MB space less on your disk. And you will never use TeX. Expected Results: You get doxygen with its manual in HTML format merged.
Created an attachment (id=25877) [edit] ebuild diff to merge tetex only if tetex in USE
Thanks for the patch. Applied.