Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 132729 - wrong dependecy in hydrogen ebuild
Summary: wrong dependecy in hydrogen ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Eldad Zack (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 132522
  Show dependency tree
 
Reported: 2006-05-08 14:36 UTC by Matheus Izvekov
Modified: 2006-05-12 15:01 UTC (History)
1 user (show)

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


Attachments
proposed fix (hydrogen-dep-fix.diff,612 bytes, patch)
2006-05-09 13:42 UTC, Matheus Izvekov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matheus Izvekov 2006-05-08 14:36:07 UTC
hydrogen currently depends on "app-text/docbook-sgml-utils", but it builds and runs just fine without it. Is it expected to break somewhere? Is there a way to make this dep conditional on some use flag?
Comment 1 Eldad Zack (RETIRED) gentoo-dev 2006-05-09 08:11:43 UTC
could be an historic dep from earlier versions. I'll test it out.
Comment 2 Matheus Izvekov 2006-05-09 13:42:03 UTC
Created attachment 86502 [details, diff]
proposed fix

Still waiting for it to be verified, but meanwhile here is the patch to make things easier to test
Comment 3 Eldad Zack (RETIRED) gentoo-dev 2006-05-12 14:54:34 UTC
docbook-sgml-utils is only used in the uncalled updateManuals.sh script.
Probably only used by upstream.

removing.
Comment 4 Eldad Zack (RETIRED) gentoo-dev 2006-05-12 15:01:58 UTC
in CVS.

thanks for reporting.