Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: media-gfx/digikam/
Date: Wed, 05 Jun 2019 19:06:47
Message-Id: 1559758277.186d147fec6d39855b173f6203efd6d0ec28868f.asturm@gentoo
1 commit: 186d147fec6d39855b173f6203efd6d0ec28868f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 5 18:11:17 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 5 18:11:17 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=186d147f
7
8 media-gfx/digikam: Set CMAKE_MIN_VERSION=3.14.3
9
10 In an attempt to fix build with ninja.
11
12 Closes: https://bugs.gentoo.org/677858
13 Package-Manager: Portage-2.3.67, Repoman-2.3.14
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 media-gfx/digikam/digikam-9999.ebuild | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/media-gfx/digikam/digikam-9999.ebuild b/media-gfx/digikam/digikam-9999.ebuild
20 index 7b50ecaaa3..b931fb9fd4 100644
21 --- a/media-gfx/digikam/digikam-9999.ebuild
22 +++ b/media-gfx/digikam/digikam-9999.ebuild
23 @@ -3,6 +3,7 @@
24
25 EAPI=7
26
27 +CMAKE_MIN_VERSION=3.14.3
28 inherit kde5 toolchain-funcs
29
30 if [[ ${KDE_BUILD_TYPE} != live ]]; then