Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Tk-CursorControl/files: 0.4-demo.patch
Date: Mon, 01 Jun 2009 18:26:06
Message-Id: E1MBCCy-0002IE-7K@stork.gentoo.org
1 tove 09/06/01 18:26:04
2
3 Added: 0.4-demo.patch
4 Log:
5 Fix bug #272083
6 (Portage version: 2.2_rc33/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 dev-perl/Tk-CursorControl/files/0.4-demo.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Tk-CursorControl/files/0.4-demo.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Tk-CursorControl/files/0.4-demo.patch?rev=1.1&content-type=text/plain
13
14 Index: 0.4-demo.patch
15 ===================================================================
16 Collision with perl-tk -- bug 272083
17 --- Tk-CursorControl-0.4/Makefile.PL
18 +++ Tk-CursorControl-0.4/Makefile.PL
19 @@ -16,7 +16,7 @@
20 'trans_cur.mask' => '$(INST_LIB)/Tk/trans_cur.mask',
21 'demos/cursor.pl' => ($] >= 5.005
22 ? '$(INST_ARCHLIB)'
23 - : '$(INST_LIB)') . '/Tk/demos/widtrib/cursor.pl',
24 + : '$(INST_LIB)') . '/Tk/demos/widtrib/cursor_control.pl',
25 },
26
27 'PREREQ_PM' => {