diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-05-22 19:13:52 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-05-22 19:38:50 +0200 |
commit | afc96be9d10e99425d691519c757fed0987bc2d6 (patch) | |
tree | b99869317601c8b278db1c93b1bcb518fcc15065 /app-admin/keepassxc | |
parent | kde-apps/gwenview: Fix build with >=exiv2-0.28 (diff) | |
download | gentoo-afc96be9d10e99425d691519c757fed0987bc2d6.tar.gz gentoo-afc96be9d10e99425d691519c757fed0987bc2d6.tar.bz2 gentoo-afc96be9d10e99425d691519c757fed0987bc2d6.zip |
app-admin/keepassxc: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31131
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-admin/keepassxc')
-rw-r--r-- | app-admin/keepassxc/files/keepassxc-2.7.3-tests.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/app-admin/keepassxc/files/keepassxc-2.7.3-tests.patch b/app-admin/keepassxc/files/keepassxc-2.7.3-tests.patch deleted file mode 100644 index 52ca2b7eb610..000000000000 --- a/app-admin/keepassxc/files/keepassxc-2.7.3-tests.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt -index 776c40d9..477bf179 100644 ---- a/tests/CMakeLists.txt -+++ b/tests/CMakeLists.txt -@@ -233,9 +233,6 @@ if(WITH_XC_BROWSER) - LIBS ${TEST_LIBRARIES}) - endif() - --add_unit_test(NAME testcli SOURCES TestCli.cpp -- LIBS testsupport cli ${TEST_LIBRARIES}) -- - if(WITH_GUI_TESTS) - add_subdirectory(gui) - endif(WITH_GUI_TESTS) |