diff options
author | 2019-10-01 20:40:11 +0200 | |
---|---|---|
committer | 2019-10-02 01:41:44 +0200 | |
commit | bb441bed71aa28609df327c17fa17ab22c4864bf (patch) | |
tree | 0e77c1778986fdb16a7203a9aeb8172430a5303a /mail-client/kube/files | |
parent | mail-client/kube: Switch to cmake-utils (diff) | |
download | gentoo-bb441bed71aa28609df327c17fa17ab22c4864bf.tar.gz gentoo-bb441bed71aa28609df327c17fa17ab22c4864bf.tar.bz2 gentoo-bb441bed71aa28609df327c17fa17ab22c4864bf.zip |
mail-client/kube: Properly eliminate dev-qt/qttest:5 in cmake
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'mail-client/kube/files')
-rw-r--r-- | mail-client/kube/files/kube-0.7.0-tests-optional.patch | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail-client/kube/files/kube-0.7.0-tests-optional.patch b/mail-client/kube/files/kube-0.7.0-tests-optional.patch index efdf09c775b9..0756cfb0cadd 100644 --- a/mail-client/kube/files/kube-0.7.0-tests-optional.patch +++ b/mail-client/kube/files/kube-0.7.0-tests-optional.patch @@ -40,14 +40,12 @@ feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) --- a/framework/src/domain/mime/mimetreeparser/CMakeLists.txt 2019-09-29 21:36:28.455107143 +0200 +++ b/framework/src/domain/mime/mimetreeparser/CMakeLists.txt 2019-09-29 21:36:28.458107171 +0200 -@@ -49,5 +49,9 @@ +@@ -49,5 +49,7 @@ Gpgme::Gpgme ) +if(BUILD_TESTING) add_subdirectory(autotests) -+endif() -+if(BUILD_TESTING) add_subdirectory(tests) +endif() --- a/components/CMakeLists.txt 2019-09-29 21:36:28.463107218 +0200 |