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 816C1138206 for ; Sun, 31 Dec 2017 23:40:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71A41E088D; Sun, 31 Dec 2017 23:40:37 +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 4EB09E088D for ; Sun, 31 Dec 2017 23:40:37 +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 371C5335C0A for ; Sun, 31 Dec 2017 23:40:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2AC6145 for ; Sun, 31 Dec 2017 23:40:34 +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: <1514763538.15cdf1518eb10862bf42cbefdea7946c92326a8c.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.7.0-r3.ebuild X-VCS-Directories: media-gfx/digikam/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 15cdf1518eb10862bf42cbefdea7946c92326a8c X-VCS-Branch: master Date: Sun, 31 Dec 2017 23:40:34 +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: cfd4c263-e4f1-4c11-a699-159446011b1c X-Archives-Hash: 3879725e252fc3440e0f3eec0f529f23 commit: 15cdf1518eb10862bf42cbefdea7946c92326a8c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 31 23:38:58 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 31 23:38:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15cdf151 media-gfx/digikam: Raise KDE_APPS_MINIMAL to 17.12.0 Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-gfx/digikam/digikam-5.7.0-r3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-gfx/digikam/digikam-5.7.0-r3.ebuild b/media-gfx/digikam/digikam-5.7.0-r3.ebuild index bedb0c1673d..0ed4fee5e5e 100644 --- a/media-gfx/digikam/digikam-5.7.0-r3.ebuild +++ b/media-gfx/digikam/digikam-5.7.0-r3.ebuild @@ -8,6 +8,7 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then KDE_TEST="true" fi CMAKE_MAKEFILE_GENERATOR="emake" +KDE_APPS_MINIMAL="17.12.0" inherit kde5 toolchain-funcs DESCRIPTION="Digital photo management application"