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: Thu, 04 Oct 2018 12:20:37
Message-Id: 1538655600.0d874350637a971fd559aa4057d2d2badd718801.asturm@gentoo
1 commit: 0d874350637a971fd559aa4057d2d2badd718801
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 13 02:53:38 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 4 12:20:00 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0d874350
7
8 media-sound/amarok: Sync with kde-sunset
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12
13 media-sound/amarok/amarok-9999.ebuild | 10 ++--------
14 1 file changed, 2 insertions(+), 8 deletions(-)
15
16 diff --git a/media-sound/amarok/amarok-9999.ebuild b/media-sound/amarok/amarok-9999.ebuild
17 index abd4d8ef2a..e77534c589 100644
18 --- a/media-sound/amarok/amarok-9999.ebuild
19 +++ b/media-sound/amarok/amarok-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -57,7 +57,7 @@ COMMONDEPEND="
27 >=media-libs/taglib-extras-1.0.1
28 sci-libs/fftw:3.0
29 sys-libs/zlib
30 - >=virtual/mysql-5.1
31 + >=virtual/mysql-5.1[-minimal(-)]
32 virtual/opengl
33 ffmpeg? (
34 virtual/ffmpeg
35 @@ -116,10 +116,4 @@ pkg_postinst() {
36 elog "You'll have to configure amarok to use an external db server."
37 elog "Please read https://community.kde.org/Amarok/Community/MySQL for details on how"
38 elog "to configure the external db and migrate your data from the embedded database."
39 -
40 - if has_version "virtual/mysql[minimal]"; then
41 - elog
42 - elog "You built mysql with the minimal use flag, so it doesn't include the server."
43 - elog "You won't be able to use the local mysql installation to store your amarok collection."
44 - fi
45 }