summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-11-01 17:21:39 +0100
committerConrad Kostecki <conikost@gentoo.org>2021-11-01 18:55:41 +0100
commit567aa086e3883a199da4374a18f8c6596d7364a9 (patch)
treea224259c09c4bae95366e13b713ef05353674916 /dev-perl/DBI-Shell/files/DBI-Shell-11.950.0-nochrdir.patch
parentdev-perl/HTML-Tree: EAPI=8 bump (diff)
downloadgentoo-567aa086e3883a199da4374a18f8c6596d7364a9.tar.gz
gentoo-567aa086e3883a199da4374a18f8c6596d7364a9.tar.bz2
gentoo-567aa086e3883a199da4374a18f8c6596d7364a9.zip
dev-perl/DBI-Shell: remove unused patch(es)
Closes: https://github.com/gentoo/gentoo/pull/22783 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>
Diffstat (limited to 'dev-perl/DBI-Shell/files/DBI-Shell-11.950.0-nochrdir.patch')
-rw-r--r--dev-perl/DBI-Shell/files/DBI-Shell-11.950.0-nochrdir.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-perl/DBI-Shell/files/DBI-Shell-11.950.0-nochrdir.patch b/dev-perl/DBI-Shell/files/DBI-Shell-11.950.0-nochrdir.patch
deleted file mode 100644
index b79649da4f5c..000000000000
--- a/dev-perl/DBI-Shell/files/DBI-Shell-11.950.0-nochrdir.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 9fb29d16514530245965b932040bb4fc37ffa9bf Mon Sep 17 00:00:00 2001
-From: Kent Fredric <kentnl@gentoo.org>
-Date: Sun, 8 Oct 2017 13:11:29 +1300
-Subject: Fix no_chrdir warning
-
-Bug: https://rt.cpan.org/Ticket/Display.html?id=123215
----
- lib/DBI/Shell/FindSqlFile.pm | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/DBI/Shell/FindSqlFile.pm b/lib/DBI/Shell/FindSqlFile.pm
-index e604290..2b56ccc 100644
---- a/lib/DBI/Shell/FindSqlFile.pm
-+++ b/lib/DBI/Shell/FindSqlFile.pm
-@@ -62,7 +62,7 @@ sub look_for_file {
- File::Find::find(
- {
- wanted => \&wanted
-- , no_chrdir => 1
-+ , no_chdir => 1
- , bydepth => 0
- },
- @search_path);
---
-2.14.1
-