From: Michael Mair-Keimberger (asterix) Date: Wed, 7 Sep 2016 17:50:10 +0000 (+0200) Subject: dev-perl/GSSAPI: remove unused patch. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7ccc3a13c26d05ea2b07a80c1a294499ffc973a9;p=gentoo.git dev-perl/GSSAPI: remove unused patch. Signed-off-by: Patrice Clement --- diff --git a/dev-perl/GSSAPI/files/0.26-libs-parse.patch b/dev-perl/GSSAPI/files/0.26-libs-parse.patch deleted file mode 100644 index fa72cedaf04f..000000000000 --- a/dev-perl/GSSAPI/files/0.26-libs-parse.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- GSSAPI-0.26/Makefile.PL -+++ GSSAPI-0.26/Makefile.PL -@@ -267,7 +267,7 @@ - my ( $confstringstring ) = @_; - my (@libs, @others); - foreach ( split ' ', $confstringstring ) { -- if ( m/(-(Wl,-R|[LlR])[^ ]*)/) { -+ if ( m/(^-(Wl,-R|[LlR])[^ ]*)/) { - push @libs, $1 - } else { - push @others, $_;