When using "doc" use flag, mit-krb5 ebuild pulls in tetex through virtual/tetex dependency (which conflicts with texlive). Just replacing that dependency with "virtual/latex-base" works fine for me. Reproducible: Always Steps to Reproduce: 1. Have app-text/texlive emerged 2. USE="doc" emerge mit-krb5 Actual Results: Emerging is halted because of texlive blocking tetex. Expected Results: Normal emerging should happen. Trivial side problem: the message in the ebuild about documentation points to the wrong path ( /usr/share/doc/${PV}/html/krb5-admin/index.html rather than /usr/share/doc/${PV}/html/krb5-admin.html ).
Thx for the bug report!! Fixed both issues without revision bump because no installed files are touched ... g, mueli