Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 54126 - fatal error in quartz ebuild
Summary: fatal error in quartz ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-16 14:23 UTC by Redeeman
Modified: 2004-06-16 14:53 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 Redeeman 2004-06-16 14:23:21 UTC
dev-java/quartz/quartz-1.3.4.ebuild sets the variable USE insetad of IUSE

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




dev-java/quartz/quartz-1.3.4.ebuild 
has the following line: 
USE="oracle servlet-2.3 servlet-2.4 dbcp jboss jta jmx struts jikes" 
and should clearly be: 
IUSE="oracle servlet-2.3 servlet-2.4 dbcp jboss jta jmx struts jikes"
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2004-06-16 14:53:12 UTC
Fixed in CVS.  Thanks for the bug report.