Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 77117 - jdbc2-stdext needs the doc use flag in its SRC_URI
Summary: jdbc2-stdext needs the doc use flag in its SRC_URI
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-08 02:00 UTC by Georgi Georgiev
Modified: 2005-01-08 09:48 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 Georgi Georgiev 2005-01-08 02:00:09 UTC
The pkg_nofetch() function for jdbc2-stdext recommends downloading the package documentation only if doc is in USE. However, the SRC_URI doesn't care about the use flag which breaks the emerge unless the docs file is present. The fix is a trivial:

< SRC_URI="${stdext_bin} ${stdext_doc}"
> SRC_URI="${stdext_bin} doc? ( ${stdext_doc} )"
Comment 1 Jan Brinkmann (RETIRED) gentoo-dev 2005-01-08 09:48:58 UTC
thanks, commited.