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 D85F41382C5 for ; Tue, 26 May 2020 15:32:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17180E08BD; Tue, 26 May 2020 15:32:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 011D8E08BD for ; Tue, 26 May 2020 15:32:25 +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 0806634EE4D for ; Tue, 26 May 2020 15:32:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8C0C9C for ; Tue, 26 May 2020 15:32:23 +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: <1590507132.aba1daa58e427d5736a7299a01633302a1ba2711.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-gfx/digikam/ X-VCS-Repository: proj/kde X-VCS-Files: media-gfx/digikam/digikam-9999.ebuild X-VCS-Directories: media-gfx/digikam/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: aba1daa58e427d5736a7299a01633302a1ba2711 X-VCS-Branch: master Date: Tue, 26 May 2020 15:32:23 +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: 6a9752df-f550-481d-83b8-7dac8e50db62 X-Archives-Hash: fec6a4ace5184816d1a451accee591fc commit: aba1daa58e427d5736a7299a01633302a1ba2711 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue May 26 15:30:25 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue May 26 15:32:12 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=aba1daa5 media-gfx/digikam: Fix MissingUseDepDefault on virtual/mysql Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/digikam/digikam-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/digikam/digikam-9999.ebuild b/media-gfx/digikam/digikam-9999.ebuild index 9ffd0bb932..434ae7fe07 100644 --- a/media-gfx/digikam/digikam-9999.ebuild +++ b/media-gfx/digikam/digikam-9999.ebuild @@ -104,7 +104,7 @@ DEPEND="${COMMON_DEPEND} dev-libs/boost[threads] " RDEPEND="${COMMON_DEPEND} - mysql? ( virtual/mysql[server] ) + mysql? ( virtual/mysql[server(+)] ) panorama? ( media-gfx/hugin ) "