From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 21857138334 for ; Thu, 4 Oct 2018 21:35:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 446E6E08C3; Thu, 4 Oct 2018 21:35:47 +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 1D404E08C3 for ; Thu, 4 Oct 2018 21:35:46 +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 2FA53335CE7 for ; Thu, 4 Oct 2018 21:35:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B444C434 for ; Thu, 4 Oct 2018 21:35:41 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1538688594.f40b1295267d2de5cceb3fa0a7df8c633d6b4a3d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-sound/amarok/ X-VCS-Repository: proj/kde X-VCS-Files: media-sound/amarok/amarok-9999.ebuild X-VCS-Directories: media-sound/amarok/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f40b1295267d2de5cceb3fa0a7df8c633d6b4a3d X-VCS-Branch: master Date: Thu, 4 Oct 2018 21:35:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 82bf3473-4a10-4c43-a0dd-968e77f7839d X-Archives-Hash: c61f93ef1f61ec40283abc9c46432292 commit: f40b1295267d2de5cceb3fa0a7df8c633d6b4a3d Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 4 21:29:54 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 4 21:29:54 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f40b1295 media-sound/amarok: Switch to dev-db/mysql-connector-c Plus virtual/mysql[minimal] is no longer a thing apparently. Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 media-sound/amarok/amarok-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-sound/amarok/amarok-9999.ebuild b/media-sound/amarok/amarok-9999.ebuild index b968cdafda..2e3a11ed15 100644 --- a/media-sound/amarok/amarok-9999.ebuild +++ b/media-sound/amarok/amarok-9999.ebuild @@ -53,12 +53,12 @@ COMMONDEPEND=" $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) app-crypt/qca:2[qt5(+)] + dev-db/mysql-connector-c:= media-libs/phonon[qt5(+)] >=media-libs/taglib-1.7[asf(+),mp4(+)] >=media-libs/taglib-extras-1.0.1 sci-libs/fftw:3.0 sys-libs/zlib - >=virtual/mysql-5.1[-minimal(-)] virtual/opengl ffmpeg? ( virtual/ffmpeg @@ -79,6 +79,7 @@ DEPEND="${COMMONDEPEND} RDEPEND="${COMMONDEPEND} !media-sound/amarok:4 $(add_qt_dep qtquickcontrols2) + virtual/mysql " PATCHES=( "${FILESDIR}"/${PN}-2.8.90-mysqld-rpath.patch )