Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/digikam/
Date: Thu, 04 Oct 2018 22:58:32
Message-Id: 1538693887.395ed52ebd90efd4d603246a150a242ec10578dd.asturm@gentoo
1 commit: 395ed52ebd90efd4d603246a150a242ec10578dd
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 4 22:57:04 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 4 22:58:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=395ed52e
7
8 media-gfx/digikam: Move virtual/mysql to RDEPEND-only
9
10 Closes: https://bugs.gentoo.org/665922
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12 Package-Manager: Portage-2.3.50, Repoman-2.3.11
13
14 media-gfx/digikam/digikam-5.9.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-gfx/digikam/digikam-5.9.0.ebuild b/media-gfx/digikam/digikam-5.9.0.ebuild
18 index 5f2a02c25f9..75e3928b82c 100644
19 --- a/media-gfx/digikam/digikam-5.9.0.ebuild
20 +++ b/media-gfx/digikam/digikam-5.9.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -74,7 +74,6 @@ COMMON_DEPEND="
28 $(add_qt_dep qtnetwork)
29 )
30 mediaplayer? ( media-libs/qtav[opengl] )
31 - mysql? ( virtual/mysql[server] )
32 opengl? (
33 $(add_qt_dep qtopengl)
34 virtual/opengl
35 @@ -98,6 +97,7 @@ DEPEND="${COMMON_DEPEND}
36 "
37 RDEPEND="${COMMON_DEPEND}
38 media-plugins/kipi-plugins:5
39 + mysql? ( virtual/mysql[server] )
40 panorama? ( media-gfx/hugin )
41 !media-gfx/digikam:4
42 "