| Bug#: 75430 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: All | Status: RESOLVED | Severity: trivial | Priority: P2 |
| Resolution: FIXED | Assigned To: java@gentoo.org | Reported By: luckyduck@gentoo.org | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: commons-logging-1.0.4 error msg when 'junit' isn't set | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2004-12-23 04:40 0000 | |||
| Description: | Opened: 2004-12-23 04:40 0000 |
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.
Created an attachment (id=46703) [details]
commons-logging-1.0.4.ebuild.diff
this patch fixes the ebuild