commit:     ce35b3f34594f3f3dab792589cf042939dd3edf4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 05:44:22 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 27 05:44:22 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ce35b3f3

media-sound/amarok: Fix postinst

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-sound/amarok/amarok-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/amarok/amarok-9999.ebuild 
b/media-sound/amarok/amarok-9999.ebuild
index 26e3b6cdb5..6de602d64b 100644
--- a/media-sound/amarok/amarok-9999.ebuild
+++ b/media-sound/amarok/amarok-9999.ebuild
@@ -116,7 +116,7 @@ pkg_postinst() {
        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."
 
-       if has_version "virtual/mysql[]"; then
+       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."

Reply via email to