diff options
author | 2021-11-01 17:21:39 +0100 | |
---|---|---|
committer | 2021-11-01 18:55:41 +0100 | |
commit | 567aa086e3883a199da4374a18f8c6596d7364a9 (patch) | |
tree | a224259c09c4bae95366e13b713ef05353674916 /dev-perl/DBI-Shell/files/DBI-Shell-11.950.0-sprintf-warn.patch | |
parent | dev-perl/HTML-Tree: EAPI=8 bump (diff) | |
download | gentoo-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-sprintf-warn.patch')
-rw-r--r-- | dev-perl/DBI-Shell/files/DBI-Shell-11.950.0-sprintf-warn.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-perl/DBI-Shell/files/DBI-Shell-11.950.0-sprintf-warn.patch b/dev-perl/DBI-Shell/files/DBI-Shell-11.950.0-sprintf-warn.patch deleted file mode 100644 index 46943c1266ba..000000000000 --- a/dev-perl/DBI-Shell/files/DBI-Shell-11.950.0-sprintf-warn.patch +++ /dev/null @@ -1,25 +0,0 @@ -From f44b8ba9d8cf954c76a967cbfb5d4182f109f8cf Mon Sep 17 00:00:00 2001 -From: Kent Fredric <kentnl@gentoo.org> -Date: Sun, 8 Oct 2017 13:30:36 +1300 -Subject: Silence warnings about reduntant sprintf args - -Bug: https://rt.cpan.org/Ticket/Display.html?id=123216 ---- - lib/DBI/Format/SQLMinus.pm | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/lib/DBI/Format/SQLMinus.pm b/lib/DBI/Format/SQLMinus.pm -index c3a9ba2..7b240c9 100755 ---- a/lib/DBI/Format/SQLMinus.pm -+++ b/lib/DBI/Format/SQLMinus.pm -@@ -155,6 +155,7 @@ sub header { - - if ( exists $cf->{format} and defined $cf->{format} ) { - $format_names = $cf->{format}; -+ no warnings 'redundant'; - $width = length sprintf( $format_names, " " ); - } - --- -2.14.1 - |