summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-07-11 23:48:02 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-07-13 00:53:27 +0200
commit7aa179f0451215e8bb0065c724f2636705b178dd (patch)
tree22f7d275e80102ddcb2495faa07eb14c9bd6a9a5
parent568d5a1aea5a1931403de7653376fcd227694d6a (diff)
downloadkde-7aa179f0451215e8bb0065c724f2636705b178dd.tar.gz
kde-7aa179f0451215e8bb0065c724f2636705b178dd.tar.bz2
kde-7aa179f0451215e8bb0065c724f2636705b178dd.zip
kde-apps/libkdegames: Drop obsolete patch
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/libkdegames/files/libkdegames-20.04.2-optional-tests.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/kde-apps/libkdegames/files/libkdegames-20.04.2-optional-tests.patch b/kde-apps/libkdegames/files/libkdegames-20.04.2-optional-tests.patch
deleted file mode 100644
index e7ffd23ade6..00000000000
--- a/kde-apps/libkdegames/files/libkdegames-20.04.2-optional-tests.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From f80393453a5645c0e9a4bdb8a23c9b303b0c4d41 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Wed, 17 Jun 2020 17:51:36 +0200
-Subject: [PATCH] Also add BUILD_TESTING condition in subdir
-
-Follow-up to 02679f6d.
----
- libkdegamesprivate/CMakeLists.txt | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/libkdegamesprivate/CMakeLists.txt b/libkdegamesprivate/CMakeLists.txt
-index b122f37a..c2e9572e 100644
---- a/libkdegamesprivate/CMakeLists.txt
-+++ b/libkdegamesprivate/CMakeLists.txt
-@@ -1,7 +1,9 @@
- enable_testing()
- project(libkdegamesprivate)
-
--add_subdirectory(tests)
-+if(BUILD_TESTING)
-+ add_subdirectory(tests)
-+endif()
-
- # NOTE: The libkdegamesprivate target is compiled in the parent directory,
- # because CMake can't cope with exported libraries in two different
---
-2.27.0
-