Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 232394 - app-crypt/mit-krb5 ebuild (up to 1.6.3-r1) still depends on virtual/tetex
Summary: app-crypt/mit-krb5 ebuild (up to 1.6.3-r1) still depends on virtual/tetex
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Kerberos Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-20 00:57 UTC by Hamlet
Modified: 2008-07-22 14:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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