dev-perl/Net-SSH2: remove unused patch(es)

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2021-11-25 17:56:21 +01:00
committed by Conrad Kostecki
parent 065701d25d
commit 5a04be9d5e

View File

@@ -1,23 +0,0 @@
From 11b70a6e74a8705d40ffb7b277c96c5e2d896cf9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= <dilfridge@gentoo.org>
Date: Thu, 6 Jul 2017 04:58:22 +1200
Subject: Add build fix for Perl 5.26, bug 623008
Bug: https://bugs.gentoo.org/623008
Bug: https://github.com/rkitover/net-ssh2/pull/42
---
Makefile.PL | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.PL b/Makefile.PL
index 6b9d6d5..7bd8094 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,3 +1,4 @@
+use lib q[.];
use inc::Module::Install 0.91;
use Cwd;
use Config;
--
2.14.3