Gentoo Archives: gentoo-commits

From: "Victor Ostorga (vostorga)" <vostorga@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/SoQt: ChangeLog
Date: Tue, 27 Oct 2009 22:02:50
Message-Id: E1N2u7s-0000AL-Ja@stork.gentoo.org
1 vostorga 09/10/27 22:02:48
2
3 Modified: ChangeLog
4 Log:
5 Updating patch to compile against gcc 4.4 , detecting if >=media-libs/coin-3* is installed
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.23 media-libs/SoQt/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/SoQt/ChangeLog?rev=1.23&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/SoQt/ChangeLog?rev=1.23&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/SoQt/ChangeLog?r1=1.22&r2=1.23
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/SoQt/ChangeLog,v
18 retrieving revision 1.22
19 retrieving revision 1.23
20 diff -u -r1.22 -r1.23
21 --- ChangeLog 4 Oct 2009 14:56:02 -0000 1.22
22 +++ ChangeLog 27 Oct 2009 22:02:48 -0000 1.23
23 @@ -1,6 +1,11 @@
24 # ChangeLog for media-libs/SoQt
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/ChangeLog,v 1.22 2009/10/04 14:56:02 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/ChangeLog,v 1.23 2009/10/27 22:02:48 vostorga Exp $
28 +
29 + 27 Oct 2009; VĂ­ctor Ostorga <vostorga@g.o>
30 + files/SoQt-1.4.1-gcc44.patch:
31 + Updating patch to compile against gcc 4.4 , detecting if
32 + >=media-libs/coin-3* is installed
33
34 04 Oct 2009; Samuli Suominen <ssuominen@g.o> SoQt-1.4.1.ebuild:
35 Replace -Wl,--no-as-needed with function from flag-o-matic eclass.