Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: app-office/calligra/
Date: Fri, 14 May 2021 16:05:42
Message-Id: 1621008313.8f10c87242e4f26dd6360fd646cdd968baf57b69.asturm@gentoo
1 commit: 8f10c87242e4f26dd6360fd646cdd968baf57b69
2 Author: Matt Smith <matt <AT> offtopica <DOT> uk>
3 AuthorDate: Sun Apr 4 11:46:59 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri May 14 16:05:13 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8f10c872
7
8 app-office/calligra: Fix invalid CMake argument
9
10 Bug: https://bugs.gentoo.org/779982
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12 Signed-off-by: Matt Smith <matt <AT> offtopica.uk>
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 app-office/calligra/calligra-9999.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-office/calligra/calligra-9999.ebuild b/app-office/calligra/calligra-9999.ebuild
19 index 61cd7e88a5..fb73425bef 100644
20 --- a/app-office/calligra/calligra-9999.ebuild
21 +++ b/app-office/calligra/calligra-9999.ebuild
22 @@ -177,7 +177,7 @@ src_configure() {
23 -DWITH_Poppler=$(usex pdf)
24 -DWITH_Eigen3=$(usex calligra_features_sheets)
25 -DBUILD_UNMAINTAINED=$(usex calligra_features_stage)
26 - -ENABLE_CSTESTER_TESTING=$(usex test)
27 + -DENABLE_CSTESTER_TESTING=$(usex test)
28 -DWITH_Freetype=$(usex truetype)
29 )