diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-11-28 14:08:12 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-11-29 14:51:49 +0100 |
commit | 37b296beb9e61e3be74dfba5a8e40e5559c0d24e (patch) | |
tree | 28f85779509434ffb0f2c5bf5a4fdfe085359a3a /net-p2p/ktorrent/files | |
parent | net-libs/libktorrent: drop 21.04.3* (diff) | |
download | gentoo-37b296beb9e61e3be74dfba5a8e40e5559c0d24e.tar.gz gentoo-37b296beb9e61e3be74dfba5a8e40e5559c0d24e.tar.bz2 gentoo-37b296beb9e61e3be74dfba5a8e40e5559c0d24e.zip |
net-p2p/ktorrent: drop 21.04.3*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-p2p/ktorrent/files')
-rw-r--r-- | net-p2p/ktorrent/files/ktorrent-21.04.3-fix-tests.patch | 25 |
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 - |