commit: 6eddcddbf3b48d9b9e14a7ca0805dd26e4c7b9ff Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Wed Sep 7 17:46:01 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Fri Sep 9 13:27:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eddcddb
dev-perl/Crypt-DSA: remove unused patch. Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> dev-perl/Crypt-DSA/files/crypt-dsa-1.16-dsaparam.patch | 14 -------------- 1 file changed, 14 deletions(-) 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 fe3dfbb..00000000 --- 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*$/) {