Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 77117

Summary: jdbc2-stdext needs the doc use flag in its SRC_URI
Product: Gentoo Linux Reporter: Georgi Georgiev <chutz+bugs.gentoo.org>
Component: Current packagesAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 2004.3   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

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.