Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 231140 - media-gfx/asymptote should depend on virtual/texi2dvi
Summary: media-gfx/asymptote should depend on virtual/texi2dvi
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Andrey Grozin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 230473
  Show dependency tree
 
Reported: 2008-07-08 08:10 UTC by Ulrich Müller
Modified: 2008-07-08 09:18 UTC (History)
1 user (show)

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 Ulrich Müller gentoo-dev 2008-07-08 08:10:15 UTC
asymptote-1.43 currently has in DEPEND:
    doc? (
        [...]
        virtual/latex-base
        || ( dev-texlive/texlive-texinfo app-text/tetex app-text/ptex )
    )

This could be simplified to:
    doc? (
        [...]
        virtual/texi2dvi
    )
Comment 1 Andrey Grozin gentoo-dev 2008-07-08 09:18:19 UTC
Fixed (a little before this bug was filed :-)