commit: 7ccc3a13c26d05ea2b07a80c1a294499ffc973a9
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail
<DOT> com>
AuthorDate: Wed Sep 7 17:50:10 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=7ccc3a13
dev-perl/GSSAPI: remove unused patch.
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
dev-perl/GSSAPI/files/0.26-libs-parse.patch | 11 -----------
1 file changed, 11 deletions(-)
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 fa72ced..00000000
--- 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, $_;