diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-14 09:19:59 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-14 09:19:59 +0100 |
commit | 780d4ca9fca91e73850252d7ba505d72ea83616f (patch) | |
tree | 107888de95b30ce773815e4cbe7655727aa7029b /media-sound | |
parent | media-sound/amarok: Add mysqld-rpath fix (diff) | |
download | kde-780d4ca9fca91e73850252d7ba505d72ea83616f.tar.gz kde-780d4ca9fca91e73850252d7ba505d72ea83616f.tar.bz2 kde-780d4ca9fca91e73850252d7ba505d72ea83616f.zip |
media-sound/amarok: pkg_postinst: Fix MySQL config link
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/amarok/amarok-9999.ebuild | 7 |
1 files 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 } |