From 3cf7c3ef441822c889356fd1812ebf2944a59851 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 25 Aug 2020 10:45:55 +0100 Subject: gentoo resync : 25.08.2020 --- .../files/Pod-Parser-1.63-no-binscript.patch | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dev-perl/Pod-Parser/files/Pod-Parser-1.63-no-binscript.patch (limited to 'dev-perl/Pod-Parser/files') diff --git a/dev-perl/Pod-Parser/files/Pod-Parser-1.63-no-binscript.patch b/dev-perl/Pod-Parser/files/Pod-Parser-1.63-no-binscript.patch new file mode 100644 index 000000000000..20efa9b8ac24 --- /dev/null +++ b/dev-perl/Pod-Parser/files/Pod-Parser-1.63-no-binscript.patch @@ -0,0 +1,25 @@ +From c3049f6c575836f19ff234635cd9ac8cf23cc930 Mon Sep 17 00:00:00 2001 +From: Kent Fredric +Date: Tue, 11 Aug 2020 10:13:39 +1200 +Subject: Don't compile podselect bin script + +--- + Makefile.PL | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Makefile.PL b/Makefile.PL +index 258f51e..e6cac08 100755 +--- a/Makefile.PL ++++ b/Makefile.PL +@@ -31,7 +31,7 @@ $DISTMOD = 'Pod::Parser'; ## The "title" module of this distribution + ); + + ## The executable scripts to be installed +-@SCRIPTS = qw( podselect ++@SCRIPTS = qw( + ); + sub script($) { File::Spec->catfile ('scripts', @_) } + my @EXE_FILES = (); +-- +2.28.0 + -- cgit v1.2.3