commit: 0d874350637a971fd559aa4057d2d2badd718801
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 13 02:53:38 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 4 12:20:00 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0d874350
media-sound/amarok: Sync with kde-sunset
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
media-sound/amarok/amarok-9999.ebuild | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/media-sound/amarok/amarok-9999.ebuild
b/media-sound/amarok/amarok-9999.ebuild
index abd4d8ef2a..e77534c589 100644
--- a/media-sound/amarok/amarok-9999.ebuild
+++ b/media-sound/amarok/amarok-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -57,7 +57,7 @@ COMMONDEPEND="
>=media-libs/taglib-extras-1.0.1
sci-libs/fftw:3.0
sys-libs/zlib
- >=virtual/mysql-5.1
+ >=virtual/mysql-5.1[-minimal(-)]
virtual/opengl
ffmpeg? (
virtual/ffmpeg
@@ -116,10 +116,4 @@ pkg_postinst() {
elog "You'll have to configure amarok to use an external db server."
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[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."
- fi
}