diff options
author | 2016-12-24 12:18:46 -0800 | |
---|---|---|
committer | 2016-12-24 13:16:57 -0800 | |
commit | 73954d67de058435f45bf4f76d48e8e5f6aa77d6 (patch) | |
tree | 00d262c366065679e5db927f3b01e255f44f28de /app-crypt | |
parent | dev-python/treq: Version bump, update metadata.xml (diff) | |
download | gentoo-73954d67de058435f45bf4f76d48e8e5f6aa77d6.tar.gz gentoo-73954d67de058435f45bf4f76d48e8e5f6aa77d6.tar.bz2 gentoo-73954d67de058435f45bf4f76d48e8e5f6aa77d6.zip |
app-crypt/gkeys: Add postinst einfos incorrectly applied to another pkg
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gkeys/gkeys-0.2.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app-crypt/gkeys/gkeys-0.2.ebuild b/app-crypt/gkeys/gkeys-0.2.ebuild index f68ff654ef4c..e690ebb6ae00 100644 --- a/app-crypt/gkeys/gkeys-0.2.ebuild +++ b/app-crypt/gkeys/gkeys-0.2.ebuild @@ -42,6 +42,13 @@ pkg_postinst() { einfo "The API's it installs should be considered unstable" einfo "and are subject to change." einfo + einfo "This version includes a new gkeys-gpg command" + einfo "It can be used as an alternate gpg command for git" + einfo "It will set the correct keyring to verify signed commits" + einfo "provided the key it needs to verify against is part of the gkeys" + einfo "keyring system. It only works for verification, any other call " + einfo "to it will re-direct directly to the normal gpg command." + einfo einfo "Please file any enhancement requests, or bugs" einfo "at https://bugs.gentoo.org" einfo "We are also on IRC @ #gentoo-keys of the Freenode network" |