aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Smith <matt@offtopica.uk>2021-04-04 12:46:59 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-05-14 18:05:13 +0200
commit8f10c87242e4f26dd6360fd646cdd968baf57b69 (patch)
tree4367d0927b2b4ebb91df35dff608b9626c07ae8f
parentkde-plasma/plasma-desktop: Fix cmake config after upstream reshuffle (diff)
downloadkde-8f10c872.tar.gz
kde-8f10c872.tar.bz2
kde-8f10c872.zip
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@offtopica.uk> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--app-office/calligra/calligra-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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)
)