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 CEE46138335 for ; Wed, 5 Jun 2019 19:06:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CFCAE0835; Wed, 5 Jun 2019 19:06:45 +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 02F6EE0841 for ; Wed, 5 Jun 2019 19:06:44 +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 A9E36345794 for ; Wed, 5 Jun 2019 19:06:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 725D2614 for ; Wed, 5 Jun 2019 19:06:40 +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: <1559758277.186d147fec6d39855b173f6203efd6d0ec28868f.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: 186d147fec6d39855b173f6203efd6d0ec28868f X-VCS-Branch: master Date: Wed, 5 Jun 2019 19:06:40 +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: b7da1baf-83d2-4c51-9baf-a6a21cc4c3a7 X-Archives-Hash: 403bc769162be81acfeacb1af40f2c69 commit: 186d147fec6d39855b173f6203efd6d0ec28868f Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jun 5 18:11:17 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jun 5 18:11:17 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=186d147f media-gfx/digikam: Set CMAKE_MIN_VERSION=3.14.3 In an attempt to fix build with ninja. Closes: https://bugs.gentoo.org/677858 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/digikam/digikam-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-gfx/digikam/digikam-9999.ebuild b/media-gfx/digikam/digikam-9999.ebuild index 7b50ecaaa3..b931fb9fd4 100644 --- a/media-gfx/digikam/digikam-9999.ebuild +++ b/media-gfx/digikam/digikam-9999.ebuild @@ -3,6 +3,7 @@ EAPI=7 +CMAKE_MIN_VERSION=3.14.3 inherit kde5 toolchain-funcs if [[ ${KDE_BUILD_TYPE} != live ]]; then