summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-12-14 09:19:49 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-12-14 09:32:19 +0100
commitc4e522aa3d9ce868636ab72a933ca89dc265e14e (patch)
tree048e474aac71abda49cfa8e956524467d2be0f02
parentdev-perl/Net-PcapUtils: EAPI6 + Enable tests (diff)
downloadgentoo-c4e522aa3d9ce868636ab72a933ca89dc265e14e.tar.gz
gentoo-c4e522aa3d9ce868636ab72a933ca89dc265e14e.tar.bz2
gentoo-c4e522aa3d9ce868636ab72a933ca89dc265e14e.zip
media-sound/amarok: pkg_postinst: Fix MySQL config link
Package-Manager: Portage-2.3.13, Repoman-2.3.4
-rw-r--r--media-sound/amarok/amarok-2.8.90-r5.ebuild7
1 files 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
}