Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75661 - commons-cli makes improper use of junit
Summary: commons-cli makes improper use of junit
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-25 17:46 UTC by Saleem Abdulrasool (RETIRED)
Modified: 2005-01-03 15:19 UTC (History)
0 users

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


Attachments
commons-cli-1.0-r4.ebuild.diff (commons-cli-1.0-r4.ebuild.diff,899 bytes, patch)
2004-12-27 07:49 UTC, Jan Brinkmann (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Saleem Abdulrasool (RETIRED) gentoo-dev 2004-12-25 17:46:32 UTC
junit is a use flag.  However, the junit work is done regardless of the useflag status.
Comment 1 Jan Brinkmann (RETIRED) gentoo-dev 2004-12-27 07:49:41 UTC
Created attachment 46967 [details, diff]
commons-cli-1.0-r4.ebuild.diff

this patch removes the wrong dependency. the problem is that the ebuild only
depends on junit, regardless of the junit use-flag. the junit test itself is
only done when the junit useflag is set.
Comment 2 Jan Brinkmann (RETIRED) gentoo-dev 2005-01-03 15:19:28 UTC
fixed. updated ebuild commited. i've also added a missing jikes dependency.