commit:     780d4ca9fca91e73850252d7ba505d72ea83616f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 14 08:19:59 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 14 08:19:59 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=780d4ca9

media-sound/amarok: pkg_postinst: Fix MySQL config link

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 media-sound/amarok/amarok-9999.ebuild | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/media-sound/amarok/amarok-9999.ebuild 
b/media-sound/amarok/amarok-9999.ebuild
index eeb786a499..60c2a83bdd 100644
--- a/media-sound/amarok/amarok-9999.ebuild
+++ b/media-sound/amarok/amarok-9999.ebuild
@@ -128,18 +128,15 @@ pkg_postinst() {
        kde5_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
 }

Reply via email to