From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1046557-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 156E8138334 for <garchives@archives.gentoo.org>; Wed, 12 Sep 2018 20:45:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32AB9E0D3F; Wed, 12 Sep 2018 20:45:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F27B4E0D3F for <gentoo-commits@lists.gentoo.org>; Wed, 12 Sep 2018 20:45:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 89923335CA7 for <gentoo-commits@lists.gentoo.org>; Wed, 12 Sep 2018 20:44:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76B193C0 for <gentoo-commits@lists.gentoo.org>; Wed, 12 Sep 2018 20:44:57 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1536785054.aced358851d2c4f83ddb35773694f5932e50d4a2.asturm@gentoo> Subject: [gentoo-commits] proj/kde-sunset:master commit in: media-sound/amarok/ X-VCS-Repository: proj/kde-sunset X-VCS-Files: media-sound/amarok/amarok-2.8.90-r5.ebuild X-VCS-Directories: media-sound/amarok/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: aced358851d2c4f83ddb35773694f5932e50d4a2 X-VCS-Branch: master Date: Wed, 12 Sep 2018 20:44:57 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 89ebb93b-88ed-468f-8d35-abbf33ba2b94 X-Archives-Hash: c0906a1e594884ca5ae1bdda0bd68e68 commit: aced358851d2c4f83ddb35773694f5932e50d4a2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Sep 12 20:44:14 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Sep 12 20:44:14 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=aced3588 media-sound/amarok: Enforce virtual/mysql[-minimal] in DEPENDs Now that we do not have a choice anymore. media-sound/amarok/amarok-2.8.90-r5.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/media-sound/amarok/amarok-2.8.90-r5.ebuild b/media-sound/amarok/amarok-2.8.90-r5.ebuild index 6df63b2..0a6200a 100644 --- a/media-sound/amarok/amarok-2.8.90-r5.ebuild +++ b/media-sound/amarok/amarok-2.8.90-r5.ebuild @@ -36,7 +36,7 @@ COMMONDEPEND=" >=media-libs/taglib-1.7[asf(+),mp4(+)] >=media-libs/taglib-extras-1.0.1 sys-libs/zlib - >=virtual/mysql-5.1 + >=virtual/mysql-5.1[-minimal(-)] >=x11-libs/qtscriptgenerator-0.1.0 ipod? ( >=media-libs/libgpod-0.7.0[gtk] ) lastfm? ( >=media-libs/liblastfm-1.0.3[qt4] ) @@ -123,10 +123,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 }