diff options
author | 2011-08-03 21:07:44 +0000 | |
---|---|---|
committer | 2011-08-03 21:07:44 +0000 | |
commit | de733867576f0c35955709b26a6293474e1a8e6d (patch) | |
tree | 64953eeb311a1284d314f4d53afb785c7061dd86 /kde-base/konsole/files | |
parent | Version bump. All changes from upstream are in the modified tar ball (diff) | |
download | historical-de733867576f0c35955709b26a6293474e1a8e6d.tar.gz historical-de733867576f0c35955709b26a6293474e1a8e6d.tar.bz2 historical-de733867576f0c35955709b26a6293474e1a8e6d.zip |
Disable test requiring session dbus, bug 376935
Package-Manager: portage-2.1.10.9/cvs/Linux x86_64
Diffstat (limited to 'kde-base/konsole/files')
-rw-r--r-- | kde-base/konsole/files/konsole-4.7.0-tests.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kde-base/konsole/files/konsole-4.7.0-tests.patch b/kde-base/konsole/files/konsole-4.7.0-tests.patch new file mode 100644 index 000000000000..d548c3543915 --- /dev/null +++ b/kde-base/konsole/files/konsole-4.7.0-tests.patch @@ -0,0 +1,12 @@ +diff -ruN konsole-4.7.0.orig/src/tests/CMakeLists.txt konsole-4.7.0/src/tests/CMakeLists.txt +--- konsole-4.7.0.orig/src/tests/CMakeLists.txt 2011-05-21 01:08:13.000000000 +0200 ++++ konsole-4.7.0/src/tests/CMakeLists.txt 2011-08-03 23:05:10.864318665 +0200 +@@ -12,6 +12,6 @@ + kde4_add_unit_test(SessionManagerTest SessionManagerTest.cpp) + target_link_libraries(SessionManagerTest ${KONSOLE_TEST_LIBS}) + +-kde4_add_unit_test(DBusTest DBusTest.cpp) +-target_link_libraries(DBusTest ${KONSOLE_TEST_LIBS}) ++#kde4_add_unit_test(DBusTest DBusTest.cpp) ++#target_link_libraries(DBusTest ${KONSOLE_TEST_LIBS}) + |