Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92271 - castor ebuild doesn't use postgres USE flag
Summary: castor ebuild doesn't use postgres USE flag
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: InVCS
Depends on:
Blocks:
 
Reported: 2005-05-11 10:22 UTC by Christopher G. Stach II
Modified: 2005-05-12 10:44 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 Christopher G. Stach II 2005-05-11 10:22:10 UTC
diff /usr/portage/dev-java/castor/castor-0.9.5.3.ebuild /com/portage/overlay/dev-java/castor/castor-0.9.5.3.ebuild
13c13
< IUSE="doc jikes source"
---
> IUSE="doc jikes source postgres"
30c30
<       =dev-java/jdbc2-postgresql-7.3*"
---
>       postgres? ( =dev-java/jdbc2-postgresql-7.3* )"
53c53
<       java-pkg_jar-from jdbc2-postgresql-5
---
>       use postgres && java-pkg_jar-from jdbc2-postgresql-5
Comment 1 Jan Brinkmann (RETIRED) gentoo-dev 2005-05-12 10:44:41 UTC
fixed in cvs, thanks for reporting