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 49D68138334 for ; Thu, 4 Oct 2018 22:58:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3252BE098F; Thu, 4 Oct 2018 22:58:30 +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 121F5E098F for ; Thu, 4 Oct 2018 22:58:30 +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 DF5EA335CCC for ; Thu, 4 Oct 2018 22:58:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75F483F1 for ; Thu, 4 Oct 2018 22:58:27 +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: <1538693887.395ed52ebd90efd4d603246a150a242ec10578dd.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/digikam/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/digikam/digikam-5.9.0.ebuild X-VCS-Directories: media-gfx/digikam/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 395ed52ebd90efd4d603246a150a242ec10578dd X-VCS-Branch: master Date: Thu, 4 Oct 2018 22:58:27 +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: 575ff7ef-4a0c-4a67-be5b-d1ce0b1c747b X-Archives-Hash: cc711699615902020cc7f96b4567cfd1 commit: 395ed52ebd90efd4d603246a150a242ec10578dd Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 4 22:57:04 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 4 22:58:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=395ed52e media-gfx/digikam: Move virtual/mysql to RDEPEND-only Closes: https://bugs.gentoo.org/665922 Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 media-gfx/digikam/digikam-5.9.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/digikam/digikam-5.9.0.ebuild b/media-gfx/digikam/digikam-5.9.0.ebuild index 5f2a02c25f9..75e3928b82c 100644 --- a/media-gfx/digikam/digikam-5.9.0.ebuild +++ b/media-gfx/digikam/digikam-5.9.0.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 @@ -74,7 +74,6 @@ COMMON_DEPEND=" $(add_qt_dep qtnetwork) ) mediaplayer? ( media-libs/qtav[opengl] ) - mysql? ( virtual/mysql[server] ) opengl? ( $(add_qt_dep qtopengl) virtual/opengl @@ -98,6 +97,7 @@ DEPEND="${COMMON_DEPEND} " RDEPEND="${COMMON_DEPEND} media-plugins/kipi-plugins:5 + mysql? ( virtual/mysql[server] ) panorama? ( media-gfx/hugin ) !media-gfx/digikam:4 "