From c4e522aa3d9ce868636ab72a933ca89dc265e14e Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 14 Dec 2017 09:19:49 +0100 Subject: [PATCH] media-sound/amarok: pkg_postinst: Fix MySQL config link Package-Manager: Portage-2.3.13, Repoman-2.3.4 --- media-sound/amarok/amarok-2.8.90-r5.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/media-sound/amarok/amarok-2.8.90-r5.ebuild b/media-sound/amarok/amarok-2.8.90-r5.ebuild index 6243ec7ac44f..ee89cf93d54e 100644 --- a/media-sound/amarok/amarok-2.8.90-r5.ebuild +++ b/media-sound/amarok/amarok-2.8.90-r5.ebuild @@ -123,18 +123,15 @@ pkg_postinst() { kde4-base_pkg_postinst if ! use embedded; then - echo elog "You've disabled the amarok support for embedded mysql DBs." elog "You'll have to configure amarok to use an external db server." - echo - elog "Please read http://amarok.kde.org/wiki/MySQL_Server for details on how" + elog "Please read https://community.kde.org/Amarok/Community/MySQL for details on how" elog "to configure the external db and migrate your data from the embedded database." - echo if has_version "virtual/mysql[minimal]"; then + elog elog "You built mysql with the minimal use flag, so it doesn't include the server." elog "You won't be able to use the local mysql installation to store your amarok collection." - echo fi fi } -- 2.26.2