Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/digikam/
Date: Sat, 16 Feb 2019 18:35:36
Message-Id: 1550342091.babe4b6e128c62f71bd0c3d4a450e00ab197c3e7.asturm@gentoo
1 commit: babe4b6e128c62f71bd0c3d4a450e00ab197c3e7
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 16 18:34:03 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 18:34:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=babe4b6e
7
8 media-gfx/digikam: Set CMAKE_MAKEFILE_GENERATOR="emake"
9
10 We can drop it once CMAKE_MIN_VERSION=3.13.4
11
12 Bug: https://bugs.gentoo.org/677858
13 Package-Manager: Portage-2.3.60, Repoman-2.3.12
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 media-gfx/digikam/digikam-6.0.0.ebuild | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/media-gfx/digikam/digikam-6.0.0.ebuild b/media-gfx/digikam/digikam-6.0.0.ebuild
20 index 1ed43c3ed62..4288c82dc56 100644
21 --- a/media-gfx/digikam/digikam-6.0.0.ebuild
22 +++ b/media-gfx/digikam/digikam-6.0.0.ebuild
23 @@ -3,6 +3,7 @@
24
25 EAPI=7
26
27 +CMAKE_MAKEFILE_GENERATOR="emake" # keep until CMAKE_MIN_VERSION=3.13.4
28 inherit kde5 toolchain-funcs
29
30 if [[ ${KDE_BUILD_TYPE} != live ]]; then