From 5af934cd5a53ba0c13e1f9eac8fd6c056ae46e41 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 5 Feb 2011 12:39:55 +0100 Subject: [PATCH] Update the pkgprops graph to match latest code. --- doc/xbps_pkg_props_dictionary.dot | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/xbps_pkg_props_dictionary.dot b/doc/xbps_pkg_props_dictionary.dot index ac2fc5d7..fbd80709 100644 --- a/doc/xbps_pkg_props_dictionary.dot +++ b/doc/xbps_pkg_props_dictionary.dot @@ -56,4 +56,10 @@ digraph pkg_props_dictionary { conflicts -> conflict2 [style=filled,label="string"]; conflict1 [style=filled,fillcolor="yellowgreen",label="foo<2.0"]; conflict2 [style=filled,label="..."]; + main -> provides [label="array"]; + provides [style=filled]; + provides -> provides1 [style=filled,label="string"]; + provides -> provides2 [style=filled,label="string"]; + provides1 [style=filled,fillcolor="yellowgreen",label="boom-0"]; + provides2 [style=filled,label="..."]; }