Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+: gtk+-2.14.3.ebuild
Date: Sun, 28 Sep 2008 10:40:39
Message-Id: E1Kjthc-0004PO-EW@stork.gentoo.org
1 leio 08/09/28 10:40:36
2
3 Modified: gtk+-2.14.3.ebuild
4 Log:
5 Whoops, forgot to fill the description for the patch
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
7
8 Revision Changes Path
9 1.3 x11-libs/gtk+/gtk+-2.14.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/gtk+-2.14.3.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/gtk+-2.14.3.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/gtk+-2.14.3.ebuild?r1=1.2&r2=1.3
14
15 Index: gtk+-2.14.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.14.3.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- gtk+-2.14.3.ebuild 28 Sep 2008 10:36:40 -0000 1.2
22 +++ gtk+-2.14.3.ebuild 28 Sep 2008 10:40:35 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.14.3.ebuild,v 1.2 2008/09/28 10:36:40 leio Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.14.3.ebuild,v 1.3 2008/09/28 10:40:35 leio Exp $
28
29 WANT_AUTOMAKE="1.7"
30
31 @@ -75,7 +75,7 @@
32 # Workaround adobe flash infinite loop. Patch from http://bugzilla.gnome.org/show_bug.cgi?id=463773#c11
33 epatch "${FILESDIR}/${PN}-2.12.0-flash-workaround.patch"
34
35 - # ...
36 + # Don't break inclusion of gtkclist.h, upstream bug 536767
37 epatch "${FILESDIR}/${P}-limit-gtksignal-includes.patch"
38
39 # -O3 and company cause random crashes in applications. Bug #133469