summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-10-30 13:54:36 +0100
committerJohannes Huber <johu@gentoo.org>2016-10-30 13:55:16 +0100
commite4b662605db25fbc24a21ccc168c398699d61ac5 (patch)
treee41c7ffca2c5678d22f1fa2394736fad0f4f30a6 /kde-apps/kmail
parentkde-apps/kdepim-common-libs: Pin app-office/akonadi-server to slot 4 (diff)
downloadgentoo-e4b662605db25fbc24a21ccc168c398699d61ac5.tar.gz
gentoo-e4b662605db25fbc24a21ccc168c398699d61ac5.tar.bz2
gentoo-e4b662605db25fbc24a21ccc168c398699d61ac5.zip
app-office/akonadi-server -> kde-apps/akonadi
Diffstat (limited to 'kde-apps/kmail')
-rw-r--r--kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild b/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild
index c920bd79a110..7b526d903cf7 100644
--- a/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild
+++ b/kde-apps/kmail/kmail-4.14.11_pre20160211.ebuild
@@ -97,14 +97,14 @@ pkg_postinst() {
echo
fi
- if has_version "app-office/akonadi-server[sqlite]"; then
+ if has_version "kde-apps/akonadi[sqlite]"; then
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-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."
+ if has_version "kde-apps/akonadi[-mysql]"; then
+ ewarn "FOR THAT, YOU WILL HAVE TO RE-BUILD kde-apps/akonadi WITH mysql USEFLAG ENABLED."
fi
ewarn "You can select the backend in your ~/.config/akonadi/akonadiserverrc."
ewarn