From: Michael Mair-Keimberger (asterix) Date: Wed, 7 Sep 2016 17:46:01 +0000 (+0200) Subject: dev-perl/Crypt-DSA: remove unused patch. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6eddcddbf3b48d9b9e14a7ca0805dd26e4c7b9ff;p=gentoo.git dev-perl/Crypt-DSA: remove unused patch. Signed-off-by: Patrice Clement --- diff --git a/dev-perl/Crypt-DSA/files/crypt-dsa-1.16-dsaparam.patch b/dev-perl/Crypt-DSA/files/crypt-dsa-1.16-dsaparam.patch deleted file mode 100644 index fe3dfbb6480d..000000000000 --- a/dev-perl/Crypt-DSA/files/crypt-dsa-1.16-dsaparam.patch +++ /dev/null @@ -1,14 +0,0 @@ -https://rt.cpan.org/Public/Bug/Display.html?id=49668 -http://cvs.fedoraproject.org/viewvc/rpms/perl-Crypt-DSA/devel/perl-Crypt-DSA-dsaparam.patch?view=log - ---- lib/Crypt/DSA/KeyChain.pm -+++ lib/Crypt/DSA/KeyChain.pm -@@ -53,7 +53,7 @@ - my $cur_part; - foreach (@res) { - if (/^\s+(\w):\s*$/) { -- $cur_part = $1; -+ $cur_part = lc($1); - next; - } - if (/^\s*((?:[0-9a-f]{2,2}:?)+)\s*$/) {