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

Bug 232394

Summary: app-crypt/mit-krb5 ebuild (up to 1.6.3-r1) still depends on virtual/tetex
Product: Gentoo Linux Reporter: Hamlet <hamletghost>
Component: Current packagesAssignee: Gentoo Kerberos Maintainers <kerberos>
Status: VERIFIED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Hamlet 2008-07-20 00:57:53 UTC
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 ).
Comment 1 Michael Hammer (RETIRED) gentoo-dev 2008-07-22 14:45:43 UTC
Thx for the bug report!!

Fixed both issues without revision bump because no installed files are touched ...

g, mueli