diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-06-15 21:36:12 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-07-10 23:09:52 +0200 |
commit | 53ef60028540aef80ab69ed76834cefb5906b37f (patch) | |
tree | 831b3dd1f208bdbaea01ba1bc83743a914989e95 /kde-plasma/milou | |
parent | kde-plasma/libkworkspace: remove unused patch (diff) | |
download | gentoo-53ef60028540aef80ab69ed76834cefb5906b37f.tar.gz gentoo-53ef60028540aef80ab69ed76834cefb5906b37f.tar.bz2 gentoo-53ef60028540aef80ab69ed76834cefb5906b37f.zip |
kde-plasma/milou: remove unused patch(es)
Closes: https://github.com/gentoo/gentoo/pull/21256
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'kde-plasma/milou')
-rw-r--r-- | kde-plasma/milou/files/milou-5.19.80-disable-manual-tests.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/kde-plasma/milou/files/milou-5.19.80-disable-manual-tests.patch b/kde-plasma/milou/files/milou-5.19.80-disable-manual-tests.patch deleted file mode 100644 index a9e3b029f910..000000000000 --- a/kde-plasma/milou/files/milou-5.19.80-disable-manual-tests.patch +++ /dev/null @@ -1,29 +0,0 @@ -From b239834faa093a972bd7ca33296484609f121a3b Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner <asturm@gentoo.org> -Date: Tue, 14 Jul 2020 20:24:01 +0200 -Subject: [PATCH] Disable test dir based on BUILD_TESTING or unavailability of - Qt5::Test - -These tests are manual; an attempt to run them ended in failure. - -Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> ---- - lib/CMakeLists.txt | 5 ++++- - 1 file changed, 4 insertions(+), 1 deletion(-) - -diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt -index a739c5c..92dd0be 100644 ---- a/lib/CMakeLists.txt -+++ b/lib/CMakeLists.txt -@@ -39,4 +39,7 @@ install(TARGETS milou EXPORT MilouLibraryTargets ${KDE_INSTALL_TARGETS_DEFAULT_A - - add_subdirectory(qml) - add_subdirectory(previews) --add_subdirectory(test) -+ -+if(BUILD_TESTING AND TARGET Qt5::Test) -+ add_subdirectory(test) -+endif() --- -2.27.0 - |