summaryrefslogtreecommitdiff
path: root/net-p2p/ktorrent/files/ktorrent-21.04.3-fix-tests.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
commit2771f79232c273bc2a57d23bf335dd81ccf6af28 (patch)
treec8af0fd04194aed03cf067d44e53c7edd3e9ab84 /net-p2p/ktorrent/files/ktorrent-21.04.3-fix-tests.patch
parente9d044d4b9b71200a96adfa280848858c0f468c9 (diff)
gentoo resync : 05.12.2021
Diffstat (limited to 'net-p2p/ktorrent/files/ktorrent-21.04.3-fix-tests.patch')
-rw-r--r--net-p2p/ktorrent/files/ktorrent-21.04.3-fix-tests.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/net-p2p/ktorrent/files/ktorrent-21.04.3-fix-tests.patch b/net-p2p/ktorrent/files/ktorrent-21.04.3-fix-tests.patch
deleted file mode 100644
index fc644bd80b8e..000000000000
--- a/net-p2p/ktorrent/files/ktorrent-21.04.3-fix-tests.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From dfc063a4d1f174cd5f84b82154a58b86da334d35 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?=C3=96mer=20Fad=C4=B1l=20Usta?= <omerusta@gmail.com>
-Date: Tue, 18 May 2021 15:15:26 +0000
-Subject: [PATCH] Fix tests with new ecm sytle
-
-* asturm 2021-08-04: Merged w/ c8701e6a9ff52c04c364e8f5dd8f32f44bfeaa93
----
- plugins/ipfilter/tests/CMakeLists.txt | 7 ++-----
- 1 file changed, 2 insertions(+), 5 deletions(-)
-
-diff --git a/plugins/ipfilter/tests/CMakeLists.txt b/plugins/ipfilter/tests/CMakeLists.txt
-index ec839aac..6c34b2d0 100644
---- a/plugins/ipfilter/tests/CMakeLists.txt
-+++ b/plugins/ipfilter/tests/CMakeLists.txt
-@@ -1,5 +1,2 @@
--set(ipblocklisttest_SRCS ipblocklisttest.cpp ../ipblocklist.cpp)
--add_executable(ipblocklisttest ${ipblocklisttest_SRCS})
--add_test(ipblocklisttest ipblocklisttest)
--ecm_mark_as_test(ipblocklisttest)
--target_link_libraries(ipblocklisttest Qt5::Core Qt5::Network Qt5::Test ktcore)
-+include(ECMAddTests)
-+ecm_add_test(ipblocklisttest.cpp ../ipblocklist.cpp TEST_NAME ipblocklisttest LINK_LIBRARIES ktcore Qt5::Core Qt5::Network KF5::Torrent Qt5::Test)
---
-GitLab
-