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

Bug 75430

Summary: commons-logging-1.0.4 error msg when 'junit' isn't set
Product: Gentoo Linux Reporter: Jan Brinkmann (RETIRED) <luckyduck>
Component: New packagesAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: commons-logging-1.0.4.ebuild.diff

Description Jan Brinkmann (RETIRED) gentoo-dev 2004-12-23 04:40:35 UTC
when the junit use flag isn't set and junit isn't installed you'll get the error message 'Could not find package junit' while merging commons-logging-1.0.4 because the ebuild calls 'java-config -p junit' regardless of the useflag settings.
Comment 1 Jan Brinkmann (RETIRED) gentoo-dev 2004-12-23 04:41:16 UTC
Created attachment 46703 [details, diff]
commons-logging-1.0.4.ebuild.diff

this patch fixes the ebuild
Comment 2 Thomas Matthijs (RETIRED) gentoo-dev 2004-12-23 11:10:48 UTC
commited