commit: 8f10c87242e4f26dd6360fd646cdd968baf57b69 Author: Matt Smith <matt <AT> offtopica <DOT> uk> AuthorDate: Sun Apr 4 11:46:59 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri May 14 16:05:13 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8f10c872
app-office/calligra: Fix invalid CMake argument Bug: https://bugs.gentoo.org/779982 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matt Smith <matt <AT> offtopica.uk> Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-office/calligra/calligra-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/calligra/calligra-9999.ebuild b/app-office/calligra/calligra-9999.ebuild index 61cd7e88a5..fb73425bef 100644 --- a/app-office/calligra/calligra-9999.ebuild +++ b/app-office/calligra/calligra-9999.ebuild @@ -177,7 +177,7 @@ src_configure() { -DWITH_Poppler=$(usex pdf) -DWITH_Eigen3=$(usex calligra_features_sheets) -DBUILD_UNMAINTAINED=$(usex calligra_features_stage) - -ENABLE_CSTESTER_TESTING=$(usex test) + -DENABLE_CSTESTER_TESTING=$(usex test) -DWITH_Freetype=$(usex truetype) )