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 C8A1C138334 for ; Sat, 27 Apr 2019 20:51:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00152E08C3; Sat, 27 Apr 2019 20:51:55 +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 DA9CFE08C3 for ; Sat, 27 Apr 2019 20:51:55 +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 C4062342A5D for ; Sat, 27 Apr 2019 20:51:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57E995CC for ; Sat, 27 Apr 2019 20:51:53 +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: <1556398300.b26a236e9c7620404f263da86f22e5aad53b09ca.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.1.0.ebuild X-VCS-Directories: media-gfx/digikam/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b26a236e9c7620404f263da86f22e5aad53b09ca X-VCS-Branch: master Date: Sat, 27 Apr 2019 20:51:53 +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: 6c855e0a-5c15-427f-aceb-d38463830b4e X-Archives-Hash: 721f0aad616852bf0c9d168b79d1584b commit: b26a236e9c7620404f263da86f22e5aad53b09ca Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 27 20:14:04 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 27 20:51:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b26a236e media-gfx/digikam: Set CMAKE_MAKEFILE_GENERATOR="emake" We can drop it once CMAKE_MIN_VERSION=3.13.4 Closes: https://bugs.gentoo.org/684528 Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/digikam/digikam-6.1.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-gfx/digikam/digikam-6.1.0.ebuild b/media-gfx/digikam/digikam-6.1.0.ebuild index 642d4af73a7..d0fd3316322 100644 --- a/media-gfx/digikam/digikam-6.1.0.ebuild +++ b/media-gfx/digikam/digikam-6.1.0.ebuild @@ -3,6 +3,7 @@ EAPI=7 +CMAKE_MAKEFILE_GENERATOR="emake" # keep until CMAKE_MIN_VERSION=3.13.4 inherit kde5 toolchain-funcs if [[ ${KDE_BUILD_TYPE} != live ]]; then