Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 35849 - iproute the tetex use flag and tetex dependency
Summary: iproute the tetex use flag and tetex dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-14 19:40 UTC by Georgi Georgiev
Modified: 2004-02-01 07:19 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 Georgi Georgiev 2003-12-14 19:40:50 UTC
I am looking at what the tetex use flag does for the iproute-20010824-r4.ebuild. Quoting:

DEPEND="[snip]
        tetex? ( app-text/tetex )"
[snip]
        if use tetex && [ -n "`ls doc/*.ps`" ] ; then
                docinto ps ; dodoc doc/*.ps
        fi

It seems the tetex use flag only installs documentation, so isn't the "doc" use flag more appropriate? Furthermore, the app-text/tetex should be virtual/tetex. I am using ptex and emerge -vDUup world always want to pull tetex, which conflicts with ptex.
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2003-12-15 09:22:04 UTC
I have the same opinion. "doc" USE flag seems more appropriatehere and "app-text/tetex" should be "virtual/tetex" (app-text/tetex,app-text/ptex and app-text/cstetex provides virtual/tetex).
Comment 2 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-02-01 07:19:51 UTC
Sorry for keeping you waiting, Georgi. Fixed in CVS.
Thanks for reporting.