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 EA94E138306 for ; Wed, 13 Jul 2016 15:41:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 681AD21C182; Wed, 13 Jul 2016 15:41:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC5FF21C08A for ; Wed, 13 Jul 2016 15:41:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71836340CB1 for ; Wed, 13 Jul 2016 15:41:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08C82244E for ; Wed, 13 Jul 2016 15:41:23 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1468424471.51ef84f85e8923669fcf90be67a9ee6f7af66dc6.kensington@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.0.0.ebuild X-VCS-Directories: media-gfx/digikam/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 51ef84f85e8923669fcf90be67a9ee6f7af66dc6 X-VCS-Branch: master Date: Wed, 13 Jul 2016 15:41: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-Archives-Salt: 53211336-4394-4727-b2f1-889426123fbc X-Archives-Hash: ecd88946f05223fc85800e98ccffca35 commit: 51ef84f85e8923669fcf90be67a9ee6f7af66dc6 Author: Michael Palimaka gentoo org> AuthorDate: Wed Jul 13 15:40:23 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Jul 13 15:41:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51ef84f8 media-gfx/digikam: avoid ninja cmake generator Gentoo-bug: 588538 Package-Manager: portage-2.3.0 media-gfx/digikam/digikam-5.0.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-gfx/digikam/digikam-5.0.0.ebuild b/media-gfx/digikam/digikam-5.0.0.ebuild index 6b24996..cf0f586 100644 --- a/media-gfx/digikam/digikam-5.0.0.ebuild +++ b/media-gfx/digikam/digikam-5.0.0.ebuild @@ -7,6 +7,7 @@ EAPI=6 if [[ ${KDE_BUILD_TYPE} != live ]]; then KDE_TEST=true fi +CMAKE_MAKEFILE_GENERATOR="emake" inherit kde5 DESCRIPTION="Digital photo management application"