Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: media-sound/amarok/
Date: Sun, 27 May 2018 05:44:55
Message-Id: 1527399862.ce35b3f34594f3f3dab792589cf042939dd3edf4.asturm@gentoo
1 commit: ce35b3f34594f3f3dab792589cf042939dd3edf4
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 27 05:44:22 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 05:44:22 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ce35b3f3
7
8 media-sound/amarok: Fix postinst
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 media-sound/amarok/amarok-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-sound/amarok/amarok-9999.ebuild b/media-sound/amarok/amarok-9999.ebuild
16 index 26e3b6cdb5..6de602d64b 100644
17 --- a/media-sound/amarok/amarok-9999.ebuild
18 +++ b/media-sound/amarok/amarok-9999.ebuild
19 @@ -116,7 +116,7 @@ pkg_postinst() {
20 elog "Please read https://community.kde.org/Amarok/Community/MySQL for details on how"
21 elog "to configure the external db and migrate your data from the embedded database."
22
23 - if has_version "virtual/mysql[]"; then
24 + if has_version "virtual/mysql[minimal]"; then
25 elog
26 elog "You built mysql with the minimal use flag, so it doesn't include the server."
27 elog "You won't be able to use the local mysql installation to store your amarok collection."