diff options
author | Johannes Huber <johu@gentoo.org> | 2016-03-21 21:58:22 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-03-21 21:58:37 +0100 |
commit | 05ad935080c4a9b67cd5a8cebe366a731ddb5efd (patch) | |
tree | 3d681e41ad6a2a8410d15c6debdcd5a00aa8830c /kde-apps/kmail/kmail-4.14.8.ebuild | |
parent | sys-kernel/genkernel: mark 3.4.52.3 stable for all (diff) | |
download | gentoo-05ad935080c4a9b67cd5a8cebe366a731ddb5efd.tar.gz gentoo-05ad935080c4a9b67cd5a8cebe366a731ddb5efd.tar.bz2 gentoo-05ad935080c4a9b67cd5a8cebe366a731ddb5efd.zip |
kde-apps/kmail: Update pkg_postinst
Gentoo-bug: 577948
Reported-by: yves.caniou@ens-lyon.fr
Package-Manager: portage-2.2.28
Diffstat (limited to 'kde-apps/kmail/kmail-4.14.8.ebuild')
-rw-r--r-- | kde-apps/kmail/kmail-4.14.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-apps/kmail/kmail-4.14.8.ebuild b/kde-apps/kmail/kmail-4.14.8.ebuild index 963ab62d6a5c..ad4ff35d9574 100644 --- a/kde-apps/kmail/kmail-4.14.8.ebuild +++ b/kde-apps/kmail/kmail-4.14.8.ebuild @@ -94,9 +94,9 @@ pkg_postinst() { elog "For groupware functionality, please install kde-apps/kdepim-kresources:${SLOT}" echo fi - if ! has_version kde-base/kleopatra:${SLOT}; then + if ! has_version kde-apps/kleopatra:${SLOT}; then echo - elog "For certificate management and the gnupg log viewer, please install kde-base/kleopatra:${SLOT}" + elog "For certificate management and the gnupg log viewer, please install kde-apps/kleopatra:${SLOT}" echo fi @@ -104,7 +104,7 @@ pkg_postinst() { ewarn ewarn "We strongly recommend you set your Akonadi database backend to QMYSQL in your" ewarn "user configuration. This is the backend recommended by KDE upstream." - ewarn "Reports indicate that kde-base/kmail-4.10 does not work properly with the sqlite" + ewarn "Reports indicate that kde-apps/kmail-4.10 does not work properly with the sqlite" ewarn "backend anymore." if has_version "app-office/akonadi-server[-mysql]"; then ewarn "FOR THAT, YOU WILL HAVE TO RE-BUILD app-office/akonadi-server WITH mysql USEFLAG ENABLED." |