Gentoo Archives: gentoo-commits

From: "Vlastimil Babka (caster)" <caster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/googleearth: ChangeLog googleearth-5.1.3533.1731-r1.ebuild
Date: Fri, 19 Feb 2010 08:51:56
Message-Id: E1NiOaX-0004ca-Sm@stork.gentoo.org
1 caster 10/02/19 08:51:53
2
3 Modified: ChangeLog googleearth-5.1.3533.1731-r1.ebuild
4 Log:
5 Add dependency on qt-core also for amd64 - workaround for bug #303789 until #305825 is solved.
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.56 x11-misc/googleearth/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/ChangeLog?rev=1.56&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/ChangeLog?rev=1.56&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/ChangeLog?r1=1.55&r2=1.56
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/googleearth/ChangeLog,v
18 retrieving revision 1.55
19 retrieving revision 1.56
20 diff -u -r1.55 -r1.56
21 --- ChangeLog 11 Feb 2010 15:47:30 -0000 1.55
22 +++ ChangeLog 19 Feb 2010 08:51:53 -0000 1.56
23 @@ -1,6 +1,11 @@
24 # ChangeLog for x11-misc/googleearth
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/googleearth/ChangeLog,v 1.55 2010/02/11 15:47:30 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/googleearth/ChangeLog,v 1.56 2010/02/19 08:51:53 caster Exp $
28 +
29 + 19 Feb 2010; Vlastimil Babka <caster@g.o>
30 + googleearth-5.1.3533.1731-r1.ebuild:
31 + Add dependency on qt-core also for amd64 - workaround for bug #303789
32 + until #305825 is solved.
33
34 11 Feb 2010; Ulrich Mueller <ulm@g.o>
35 googleearth-4.2.205.5730.ebuild, googleearth-4.3.7284.3916.ebuild,
36
37
38
39 1.5 x11-misc/googleearth/googleearth-5.1.3533.1731-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/googleearth-5.1.3533.1731-r1.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/googleearth-5.1.3533.1731-r1.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/googleearth/googleearth-5.1.3533.1731-r1.ebuild?r1=1.4&r2=1.5
44
45 Index: googleearth-5.1.3533.1731-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-misc/googleearth/googleearth-5.1.3533.1731-r1.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- googleearth-5.1.3533.1731-r1.ebuild 11 Feb 2010 15:47:30 -0000 1.4
52 +++ googleearth-5.1.3533.1731-r1.ebuild 19 Feb 2010 08:51:53 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/googleearth/googleearth-5.1.3533.1731-r1.ebuild,v 1.4 2010/02/11 15:47:30 ulm Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/googleearth/googleearth-5.1.3533.1731-r1.ebuild,v 1.5 2010/02/19 08:51:53 caster Exp $
58
59 EAPI=2
60
61 @@ -21,6 +21,8 @@
62
63 GCC_NEEDED="4.2"
64
65 +# the 64bit qt-core is needed to put the emul package on LDPATH
66 +# - workaround for bug #303789
67 RDEPEND=">=sys-devel/gcc-${GCC_NEEDED}[-nocxx]
68 x86? (
69 media-libs/fontconfig
70 @@ -46,6 +48,7 @@
71 >=app-emulation/emul-linux-x86-xlibs-20081109
72 >=app-emulation/emul-linux-x86-baselibs-20081109
73 !qt-bundled? (
74 + x11-libs/qt-core
75 >=app-emulation/emul-linux-x86-qtlibs-20091231
76 )
77 )