Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 98102 - dev-libs/libdaemon does not need to depend on lynx
Summary: dev-libs/libdaemon does not need to depend on lynx
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Aaron Walker (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-06 03:38 UTC by Ed Catmur
Modified: 2005-07-06 05:53 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 Ed Catmur 2005-07-06 03:38:24 UTC
Currently libdaemon-0.8 has

DEPEND="doc? ( app-doc/doxygen www-client/lynx )"

All that lynx is used for is to regenerate doc/README (from doc/README.html); as doc/README is in the distributed tarball anyway this is just a maintainer-mode facility and is unnecessary.

Suggest removing www-client/lynx from DEPEND and changing econf line to:

        econf --disable-lynx || die "econf failed"

No other changes are needed.
Comment 1 Aaron Walker (RETIRED) gentoo-dev 2005-07-06 05:53:00 UTC
Good catch.  It's in CVS.  Thanks for the bug report.