diff options
author | Patrick McDermott <pehjota> | 2019-04-02 00:06:13 (EDT) |
---|---|---|
committer | Patrick McDermott <pehjota> | 2019-04-02 00:06:13 (EDT) |
commit | b6391ee634ea986ba8620888d998ed24b31f67fc (patch) | |
tree | 0a96dc3944f0547f3a8e348c6c821e083b711821 | |
parent | d2dc7337a4b48f05904bd0d6d689559f8cb4e50e (diff) |
dev/archive/signing: gpgme is packaged
-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]; |