| Bug#: 106743 | Product: Gentoo Linux | Version: 2005.0 | Platform: All |
| OS/Version: Other | Status: RESOLVED | Severity: enhancement | Priority: P2 |
| Resolution: FIXED | Assigned To: java@gentoo.org | Reported By: nichoj@gentoo.org | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: commons-cli only needs ant-tasks with USE=junit | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2005-09-20 18:48 0000 | |||
| Description: | Opened: 2005-09-20 18:48 0000 |
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.