summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-04-28 21:03:37 +0200
committerConrad Kostecki <conikost@gentoo.org>2023-04-28 21:19:23 +0200
commit80b9a121f8340c66f7862b8098c2976aa1bf8983 (patch)
tree2913292ae2a90e469c5c193a3fea7e144b26e439 /app-admin
parentapp-text/uudeview: Fix implicit function declaration (diff)
downloadgentoo-80b9a121f8340c66f7862b8098c2976aa1bf8983.tar.gz
gentoo-80b9a121f8340c66f7862b8098c2976aa1bf8983.tar.bz2
gentoo-80b9a121f8340c66f7862b8098c2976aa1bf8983.zip
app-admin/lnav: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/30800 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/lnav/files/lnav-0.11.0-conditional-ssh-keygen.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/app-admin/lnav/files/lnav-0.11.0-conditional-ssh-keygen.patch b/app-admin/lnav/files/lnav-0.11.0-conditional-ssh-keygen.patch
deleted file mode 100644
index a0396182b8af..000000000000
--- a/app-admin/lnav/files/lnav-0.11.0-conditional-ssh-keygen.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From b16833392b74826f8cd437675fc29e4a0b88efcd Mon Sep 17 00:00:00 2001
-From: Randy Barlow <randy@electronsweatshop.com>
-Date: Sun, 4 Sep 2022 00:03:33 -0400
-Subject: [PATCH] Only build ssh keys when needed
-
-I believe the test/remote folder only needs to be setup for
-test/test_remote.sh. Prior to this commit, it was being built during
-make, rather than just during make check. This commit adjusts things so
-that the test/remote folder is only generated during make check, and
-only when test/test_remote.sh is being executed.
-
-Fixes #1040
-
-Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
----
- test/Makefile.am | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/test/Makefile.am b/test/Makefile.am
-index fd09a656..457f3cb0 100644
---- a/test/Makefile.am
-+++ b/test/Makefile.am
-@@ -478,7 +478,7 @@ DISTCLEANFILES = \
- empty \
- scripts-empty
-
--all-local: remote/ssh_host_dsa_key remote/ssh_host_rsa_key remote/id_rsa
-+test_remote.sh.log: remote/ssh_host_dsa_key remote/ssh_host_rsa_key remote/id_rsa
-
- distclean-local:
- $(RM_V)rm -rf remote remote-tmp not:a:remote:dir
---
-2.37.2
-