summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-09-21 19:01:09 +0200
committerConrad Kostecki <conikost@gentoo.org>2021-09-21 20:25:56 +0200
commit15a9b4dc14c337d16f7182c7077a9fe8d9861bde (patch)
treee5b4c9a5682242866d265ec16d34d5b65e84e7bb /dev-db
parentdev-db/mongodb: remove unused patch (diff)
downloadgentoo-15a9b4dc14c337d16f7182c7077a9fe8d9861bde.tar.gz
gentoo-15a9b4dc14c337d16f7182c7077a9fe8d9861bde.tar.bz2
gentoo-15a9b4dc14c337d16f7182c7077a9fe8d9861bde.zip
dev-db/mysql-workbench: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/22355 Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/mysql-workbench/files/mysql-workbench-8.0.23-findlibssh.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-db/mysql-workbench/files/mysql-workbench-8.0.23-findlibssh.patch b/dev-db/mysql-workbench/files/mysql-workbench-8.0.23-findlibssh.patch
deleted file mode 100644
index 3f250d78140f..000000000000
--- a/dev-db/mysql-workbench/files/mysql-workbench-8.0.23-findlibssh.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/build/cmake/Modules/FindLibSSH.cmake.~1~ 2020-12-17 06:22:25.000000000 +0100
-+++ b/build/cmake/Modules/FindLibSSH.cmake 2021-02-21 10:38:52.773491295 +0100
-@@ -51,7 +51,7 @@
- find_library(LibSSH_LIBRARY NAMES ${LibSSH_NAMES})
- endif()
-
--set(LibSSH_HEADER_FILE ${LibSSH_INCLUDE_DIR}/libssh/libssh.h)
-+set(LibSSH_HEADER_FILE ${LibSSH_INCLUDE_DIR}/libssh/libssh_version.h)
- file(STRINGS ${LibSSH_HEADER_FILE} LibSSH_VERSION_LINE_MAJOR REGEX "#define LIBSSH_VERSION_MAJOR[ ]+[0-9]+")
- if (LibSSH_VERSION_LINE_MAJOR)
- file(STRINGS ${LibSSH_HEADER_FILE} LibSSH_VERSION_LINE_MINOR REGEX "#define LIBSSH_VERSION_MINOR[ ]+[0-9]+")