diff options
Diffstat (limited to 'kde-apps/palapeli/files/palapeli-21.04.0-bogus-dep.patch')
-rw-r--r-- | kde-apps/palapeli/files/palapeli-21.04.0-bogus-dep.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/kde-apps/palapeli/files/palapeli-21.04.0-bogus-dep.patch b/kde-apps/palapeli/files/palapeli-21.04.0-bogus-dep.patch new file mode 100644 index 000000000000..94b8a76f32f7 --- /dev/null +++ b/kde-apps/palapeli/files/palapeli-21.04.0-bogus-dep.patch @@ -0,0 +1,26 @@ +From 30ff07fd12c0767ed033e71d2226053115963401 Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner <asturm@gentoo.org> +Date: Sat, 24 Apr 2021 18:34:37 +0200 +Subject: [PATCH] Drop bogus Qt5::Concurrent from target_link_libraries + +BUG: 436132 +Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> +--- + src/CMakeLists.txt | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt +index 06607ea..349ac64 100644 +--- a/src/CMakeLists.txt ++++ b/src/CMakeLists.txt +@@ -63,7 +63,6 @@ target_link_libraries(palapeli + KF5::WidgetsAddons + KF5::XmlGui + KF5KDEGames +- Qt5::Concurrent + Qt5::Svg + ) + +-- +2.31.1 + |