commit:     8a4ad5f77fc689b195694d7e89e140f7127027a8
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Feb  9 09:01:47 2025 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Feb 23 22:16:50 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a4ad5f7

kde-frameworks/extra-cmake-modules: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/40498
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 ...les-5.112.0-disable-tests-requiring-PyQt5.patch | 27 ----------------------
 1 file changed, 27 deletions(-)

diff --git 
a/kde-frameworks/extra-cmake-modules/files/extra-cmake-modules-5.112.0-disable-tests-requiring-PyQt5.patch
 
b/kde-frameworks/extra-cmake-modules/files/extra-cmake-modules-5.112.0-disable-tests-requiring-PyQt5.patch
deleted file mode 100644
index 17d60448056f..000000000000
--- 
a/kde-frameworks/extra-cmake-modules/files/extra-cmake-modules-5.112.0-disable-tests-requiring-PyQt5.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 35d209b5662e468aa2f613ffdb9b91bc2e7f7e26 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <[email protected]>
-Date: Sat, 18 Nov 2023 17:58:36 +0100
-Subject: [PATCH] Disable tests requiring PyQt5
-
-Gentoo-bug: https://bugs.gentoo.org/680256
-Signed-off-by: Andreas Sturmlechner <[email protected]>
----
- tests/CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
-index 1415bb91..09d998e4 100644
---- a/tests/CMakeLists.txt
-+++ b/tests/CMakeLists.txt
-@@ -79,7 +79,7 @@ find_file(SIP_Qt5Core_Mod_FILE
-     PATH_SUFFIXES share/sip/PyQt5/QtCore
- )
- 
--if(NOT SIP_Qt5Core_Mod_FILE)
-+if(TRUE)
-     message(STATUS "WARNING: skipping tests that require PyQt")
- else()
-   find_package(PythonModuleGeneration)
--- 
-2.42.1
-

Reply via email to