Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/B-OPCheck/files/
Date: Tue, 08 Aug 2017 15:58:39
Message-Id: 1502207880.4b3929f8919ce9bf17cf50e5d3077bf8e74de591.kentnl@gentoo
1 commit: 4b3929f8919ce9bf17cf50e5d3077bf8e74de591
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Aug 7 15:52:49 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 8 15:58:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b3929f8
7
8 dev-perl/B-OPCheck: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/5337
11
12 dev-perl/B-OPCheck/files/0.29-Perl_check_t.patch | 15 ---------------
13 1 file changed, 15 deletions(-)
14
15 diff --git a/dev-perl/B-OPCheck/files/0.29-Perl_check_t.patch b/dev-perl/B-OPCheck/files/0.29-Perl_check_t.patch
16 deleted file mode 100644
17 index 77cec367f27..00000000000
18 --- a/dev-perl/B-OPCheck/files/0.29-Perl_check_t.patch
19 +++ /dev/null
20 @@ -1,15 +0,0 @@
21 -https://rt.cpan.org/Public/Bug/Display.html?id=57356
22 -
23 ---- B-OPCheck-0.29/OPCheck.xs
24 -+++ B-OPCheck-0.29/OPCheck.xs
25 -@@ -12,10 +12,6 @@
26 - #define NEED_sv_2pv_flags
27 - #include "ppport.h"
28 -
29 --#if PERL_VERSION < 9
30 --typedef OP* (CPERLscope(*Perl_check_t)) (pTHX_ OP*);
31 --#endif
32 --
33 - STATIC AV **OPCHECK_subs;
34 - Perl_check_t *PL_check_orig;
35 -