Gentoo Archives: gentoo-commits

From: "Ned Ludd (solar)" <solar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-fps/tribes2: tribes2-25034.ebuild ChangeLog
Date: Tue, 25 Dec 2007 22:50:53
Message-Id: E1J7Ibj-0003Wf-W9@stork.gentoo.org
1 solar 07/12/25 22:50:43
2
3 Modified: tribes2-25034.ebuild ChangeLog
4 Log:
5 - binary packages that are linked with libc.so.6 need to use sys-libs/glibc in RDEPEND
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.17 games-fps/tribes2/tribes2-25034.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/tribes2/tribes2-25034.ebuild?rev=1.17&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/tribes2/tribes2-25034.ebuild?rev=1.17&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/tribes2/tribes2-25034.ebuild?r1=1.16&r2=1.17
14
15 Index: tribes2-25034.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-fps/tribes2/tribes2-25034.ebuild,v
18 retrieving revision 1.16
19 retrieving revision 1.17
20 diff -u -r1.16 -r1.17
21 --- tribes2-25034.ebuild 13 Apr 2007 21:47:28 -0000 1.16
22 +++ tribes2-25034.ebuild 25 Dec 2007 22:50:43 -0000 1.17
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-fps/tribes2/tribes2-25034.ebuild,v 1.16 2007/04/13 21:47:28 wolf31o2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-fps/tribes2/tribes2-25034.ebuild,v 1.17 2007/12/25 22:50:43 solar Exp $
28
29 inherit eutils games
30
31 @@ -18,7 +18,7 @@
32 KEYWORDS="-amd64 x86"
33 RESTRICT="mirror strip"
34
35 -DEPEND="virtual/libc
36 +DEPEND="sys-libs/glibc
37 games-util/loki_patch"
38 RDEPEND="${DEPEND}
39 virtual/opengl"
40
41
42
43 1.18 games-fps/tribes2/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/tribes2/ChangeLog?rev=1.18&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/tribes2/ChangeLog?rev=1.18&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/tribes2/ChangeLog?r1=1.17&r2=1.18
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/games-fps/tribes2/ChangeLog,v
52 retrieving revision 1.17
53 retrieving revision 1.18
54 diff -u -r1.17 -r1.18
55 --- ChangeLog 13 Apr 2007 21:47:28 -0000 1.17
56 +++ ChangeLog 25 Dec 2007 22:50:43 -0000 1.18
57 @@ -1,6 +1,10 @@
58 # ChangeLog for games-fps/tribes2
59 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/games-fps/tribes2/ChangeLog,v 1.17 2007/04/13 21:47:28 wolf31o2 Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/games-fps/tribes2/ChangeLog,v 1.18 2007/12/25 22:50:43 solar Exp $
62 +
63 + 25 Dec 2007; <solar@g.o> tribes2-25034.ebuild:
64 + - binary packages that are linked with libc.so.6 need to use sys-libs/glibc
65 + in RDEPEND
66
67 13 Apr 2007; Chris Gianelloni <wolf31o2@g.o> tribes2-25034.ebuild:
68 Marking -amd64 wrt bug #139639.
69
70
71
72 --
73 gentoo-commits@g.o mailing list