Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 106743 - commons-cli only needs ant-tasks with USE=junit
Summary: commons-cli only needs ant-tasks with USE=junit
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-20 18:48 UTC by Josh Nichols (RETIRED)
Modified: 2005-09-21 00:00 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 Josh Nichols (RETIRED) gentoo-dev 2005-09-20 18:48:06 UTC
Currently, commons-cli depends on dev-java/ant. The optional ant tasks are only
used for the test target, which is only called with USE=junit. Therefore, the
DEPEND should be changed from dev-java/ant to dev-java/ant-core, and
dev-java/ant-tasks should be only used when USE=junit.
Comment 1 Petteri Räty (RETIRED) gentoo-dev 2005-09-21 00:00:15 UTC
Fixed thanks for reporting.