diff options
Diffstat (limited to 'kde-apps/kmail/kmail-4.14.10.ebuild')
-rw-r--r-- | kde-apps/kmail/kmail-4.14.10.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-apps/kmail/kmail-4.14.10.ebuild b/kde-apps/kmail/kmail-4.14.10.ebuild index cc163c010d70..d92a869acf4a 100644 --- a/kde-apps/kmail/kmail-4.14.10.ebuild +++ b/kde-apps/kmail/kmail-4.14.10.ebuild @@ -96,9 +96,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 @@ -106,7 +106,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." |