diff options
author | Matt Smith <matt@offtopica.uk> | 2021-04-04 12:46:59 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 15:19:36 +0200 |
commit | 5120e93a8f1158c65d996b5d7e95c420d4f81eb9 (patch) | |
tree | ab2c3c0c7adbcb736aa20f4eed8bf3b90dfa9f3f /app-office/calligra | |
parent | profiles: Mask www-apache/mod_jk for removal (diff) | |
download | gentoo-5120e93a8f1158c65d996b5d7e95c420d4f81eb9.tar.gz gentoo-5120e93a8f1158c65d996b5d7e95c420d4f81eb9.tar.bz2 gentoo-5120e93a8f1158c65d996b5d7e95c420d4f81eb9.zip |
app-office/calligra: Fix invalid CMake argument
Closes: https://bugs.gentoo.org/779982
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matt Smith <matt@offtopica.uk>
Closes: https://github.com/gentoo/gentoo/pull/20252
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office/calligra')
-rw-r--r-- | app-office/calligra/calligra-3.2.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/calligra/calligra-3.2.1-r1.ebuild b/app-office/calligra/calligra-3.2.1-r1.ebuild index fb5388edbf8b..ab0164eb5992 100644 --- a/app-office/calligra/calligra-3.2.1-r1.ebuild +++ b/app-office/calligra/calligra-3.2.1-r1.ebuild @@ -176,7 +176,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) ) |