# HG changeset patch # User Mike Sullivan # Date 1363888368 25200 # Node ID 3b4c0602c322f88254539a4b3d47d3bdf9e0d0e5 # Parent 5e2a9b83712fbe9a11f7dbfe7e79f732be6b6a62 16462162 graphviz java dependency should be on jre-7 diff -r 5e2a9b83712f -r 3b4c0602c322 components/graphviz/graphviz-java.p5m --- a/components/graphviz/graphviz-java.p5m Wed Mar 20 10:12:13 2013 -0700 +++ b/components/graphviz/graphviz-java.p5m Thu Mar 21 10:52:48 2013 -0700 @@ -49,4 +49,4 @@ license COPYING license=EPL1.0 license graphviz.license.extra license="Other Notices" -depend fmri=runtime/java type=require +depend fmri=runtime/java/jre-7 type=require diff -r 5e2a9b83712f -r 3b4c0602c322 components/graphviz/graphviz.p5m --- a/components/graphviz/graphviz.p5m Wed Mar 20 10:12:13 2013 -0700 +++ b/components/graphviz/graphviz.p5m Thu Mar 21 10:52:48 2013 -0700 @@ -453,7 +453,7 @@ # The C# bindings are never brought in automatically, since we don't # deliver a C# platform. depend fmri=image/graphviz/graphviz-java@$(IPS_COMPONENT_VERSION) \ - type=conditional predicate=runtime/java + type=conditional predicate=runtime/java/jre-7 depend fmri=image/graphviz/graphviz-lua@$(IPS_COMPONENT_VERSION) \ type=conditional predicate=runtime/lua depend fmri=image/graphviz/graphviz-ocaml@$(IPS_COMPONENT_VERSION) \