diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-12 14:00:43 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-12 14:00:43 +0200 |
| commit | ecdf416ff9cbf4461ebff3c7573e24f0551bbbfc (patch) | |
| tree | 44085077ccddbc6405988e356f3eb21891a5e148 | |
| parent | 7d2eb0154b6130d06cfcfedddba891f873b1d5a0 (diff) | |
| download | kde-ecdf416ff9cbf4461ebff3c7573e24f0551bbbfc.tar.gz kde-ecdf416ff9cbf4461ebff3c7573e24f0551bbbfc.tar.bz2 kde-ecdf416ff9cbf4461ebff3c7573e24f0551bbbfc.zip | |
kde-frameworks/extra-cmake-modules: Drop obsolete patch
Upstream commit 21158fbc37e9b723b47a0fa74e968d553d0d6aba
Closes: https://bugs.gentoo.org/941381
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild | 1 | ||||
| -rw-r--r-- | kde-frameworks/extra-cmake-modules/files/extra-cmake-modules-5.112.0-disable-tests-requiring-PyQt5.patch | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild index b86c3043d80..f0c8f858998 100644 --- a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild +++ b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild @@ -32,7 +32,6 @@ BDEPEND=" PATCHES=( "${FILESDIR}/${PN}-5.49.0-no-fatal-warnings.patch" "${FILESDIR}/${PN}-5.93.0-skip-ecm_add_test-early.patch" - "${FILESDIR}/${PN}-5.112.0-disable-tests-requiring-PyQt5.patch" # bug 680256 "${FILESDIR}/${PN}-5.245.0-disable-qmlplugindump.patch" "${FILESDIR}/${PN}-6.5.0-disable-appstreamtest.patch" "${FILESDIR}/${PN}-6.5.0-disable-git-commit-hooks.patch" 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 17d60448056..00000000000 --- 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 <asturm@gentoo.org> -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 <asturm@gentoo.org> ---- - 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 - |
