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 CA8F2138350 for ; Fri, 3 Apr 2020 20:07:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3E1FE0B51; Fri, 3 Apr 2020 20:07:07 +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 58DF3E0B51 for ; Fri, 3 Apr 2020 20:07:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4FC4C34F0C0 for ; Fri, 3 Apr 2020 20:07:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97EB91D2 for ; Fri, 3 Apr 2020 20:07:02 +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: <1585944386.45bde05b2cc80ab53f5a3038292acb8bf7d4e9b6.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-6.4.0-r1.ebuild X-VCS-Directories: media-gfx/digikam/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 45bde05b2cc80ab53f5a3038292acb8bf7d4e9b6 X-VCS-Branch: master Date: Fri, 3 Apr 2020 20:07:02 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 30cab5bc-4e79-47d1-aec8-789dbac1106c X-Archives-Hash: 0774edaf37e45381925e2f1b240035d0 commit: 45bde05b2cc80ab53f5a3038292acb8bf7d4e9b6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Apr 1 21:22:49 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 3 20:06:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45bde05b media-gfx/digikam: Fix MissingUseDepDefault on virtual/mysql Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/digikam/digikam-6.4.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/digikam/digikam-6.4.0-r1.ebuild b/media-gfx/digikam/digikam-6.4.0-r1.ebuild index f4c4c552dda..99983ca35b3 100644 --- a/media-gfx/digikam/digikam-6.4.0-r1.ebuild +++ b/media-gfx/digikam/digikam-6.4.0-r1.ebuild @@ -103,7 +103,7 @@ DEPEND="${COMMON_DEPEND} dev-libs/boost[threads] " RDEPEND="${COMMON_DEPEND} - mysql? ( virtual/mysql[server] ) + mysql? ( virtual/mysql[server(+)] ) panorama? ( media-gfx/hugin ) "