The code ---- pkg_postinst() { dot -c } ---- leads to the following warning message during emerge: ---- >>> original instance of package unmerged safely. dot: option -c unrecognized Usage: dot [-Vv?] [-(GNE)name=val] [-(Tlso)<val>] <dot files> -V - Print version and exit -v - Enable verbose mode -Gname=val - Set graph attribute 'name' to 'val' -Nname=val - Set node attribute 'name' to 'val' -Ename=val - Set edge attribute 'name' to 'val' -Tv - Set output format to 'v' -lv - Use external library 'v' -ofile - Write output to 'file' -q[l] - Set level of message suppression (=1) -s[v] - Scale input by 'v' (=72) -y - Invert y coordinate in output >>> Regenerating /etc/ld.so.cache... >>> media-gfx/graphviz-1.16-r1 merged. ----
*** Bug 144823 has been marked as a duplicate of this bug. ***
1.16-r1 and >=2.6 is broken, please fix this.
Fixed graphviz-1.16-r1.ebuild. Couldn't reproduce with >=2.6, they all appear to support 'dot -c'