commit: f835cf7769f5de219e649008d9c82f829496f273
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Fri Jan 23 21:40:38 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Jan 25 19:25:10 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f835cf77
[kde-plasma/plasma-workspace] Update patch
---
.../plasma-workspace/files/plasma-workspace-9999-tests-optional.patch | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/kde-plasma/plasma-workspace/files/plasma-workspace-9999-tests-optional.patch
b/kde-plasma/plasma-workspace/files/plasma-workspace-9999-tests-optional.patch
index 1c9c6bf..79285e5 100644
---
a/kde-plasma/plasma-workspace/files/plasma-workspace-9999-tests-optional.patch
+++
b/kde-plasma/plasma-workspace/files/plasma-workspace-9999-tests-optional.patch
@@ -11,13 +11,14 @@
--- a/drkonqi/internalkxmlrpcclient/CMakeLists.txt 2015-01-20
23:55:55.857657633 +0100
+++ b/drkonqi/internalkxmlrpcclient/CMakeLists.txt 2015-01-21
00:05:27.684341452 +0100
-@@ -33,7 +33,10 @@
+@@ -33,7 +33,11 @@
########### Targets ###########
add_subdirectory(src)
-add_subdirectory(autotests)
+
+if(BUILD_TESTING)
++ find_package(Qt5Test ${QT_MIN_VERSION} CONFIG REQUIRED)
+ add_subdirectory(autotests)
+endif()