diff options
Diffstat (limited to 'dev')
-rw-r--r-- | dev/archive/signing.mdwn | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dev/archive/signing.mdwn b/dev/archive/signing.mdwn index af7b249..fb9f18b 100644 --- a/dev/archive/signing.mdwn +++ b/dev/archive/signing.mdwn @@ -96,9 +96,10 @@ ensure that installed systems always have up-to-date keys. GPGME Dependencies ================== -As noted above, gpgme depends on various packages. Following is the -DOT-language dependency graph (which can be rendered as a PNG image with the -command pipeline in the header comment, if saved as `gpgme.dot`): +As noted above, gpgme depends on various packages. (**These are now all in +ProteanOS.**) Following is the DOT-language dependency graph (which can be +rendered as a PNG image with the command pipeline in the header comment, if +saved as `gpgme.dot`): /* * Dependencies of GPGME @@ -118,7 +119,7 @@ command pipeline in the header comment, if saved as `gpgme.dot`): node [style=filled]; label = "gpgme"; - "gpgme" [color=red]; + "gpgme" [color=green]; "libgpg-error" [color=green]; "libassuan" [color=green]; "gnupg" [color=green]; |