From 96105506f0574840ad461c203124372fae212655 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Thu, 20 Sep 2018 13:58:15 +0200 Subject: [PATCH] [net-im/spectrum] fix libcommuni patch --- net-im/spectrum/files/use_qt5_libcommuni.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/spectrum/files/use_qt5_libcommuni.patch b/net-im/spectrum/files/use_qt5_libcommuni.patch index bcf407c..aa980db 100644 --- a/net-im/spectrum/files/use_qt5_libcommuni.patch +++ b/net-im/spectrum/files/use_qt5_libcommuni.patch @@ -40,8 +40,8 @@ endif() INSTALL(TARGETS spectrum2_libcommuni_backend RUNTIME DESTINATION bin) ---- a/cmake_modules/CommuniConfig.cmake 2018-02-07 11:57:43.000000000 +0100 -+++ b/cmake_modules/CommuniConfig.cmake 2018-04-04 22:14:07.000000000 +0200 +--- a/cmake_modules/FindCommuni.cmake 2018-02-07 11:57:43.000000000 +0100 ++++ b/cmake_modules/FindCommuni.cmake 2018-04-04 22:14:07.000000000 +0200 @@ -1,8 +1,7 @@ -find_package(Qt4) -include( ${QT_USE_FILE} )