Gentoo Archives: gentoo-commits

From: "Mark Loeser (halcy0n)" <halcy0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: ChangeLog gcc-4.3.3-r2.ebuild gcc-4.3.3.ebuild
Date: Sun, 03 May 2009 20:03:59
Message-Id: E1M0hUe-0005XY-3Z@stork.gentoo.org
1 halcy0n 09/05/03 19:36:56
2
3 Modified: ChangeLog gcc-4.3.3-r2.ebuild
4 Removed: gcc-4.3.3.ebuild
5 Log:
6 Add DEPEND on >=glibc-2.8; bug #267650
7 (Portage version: 2.2_rc32/cvs/Linux i686)
8
9 Revision Changes Path
10 1.703 sys-devel/gcc/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.703&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.703&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.702&r2=1.703
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
19 retrieving revision 1.702
20 retrieving revision 1.703
21 diff -u -r1.702 -r1.703
22 --- ChangeLog 3 May 2009 00:21:52 -0000 1.702
23 +++ ChangeLog 3 May 2009 19:36:55 -0000 1.703
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sys-devel/gcc
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.702 2009/05/03 00:21:52 halcy0n Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.703 2009/05/03 19:36:55 halcy0n Exp $
29 +
30 + 03 May 2009; Mark Loeser <halcy0n@g.o> -gcc-4.3.3.ebuild,
31 + gcc-4.3.3-r2.ebuild:
32 + Add DEPEND on >=glibc-2.8; bug #267650
33
34 03 May 2009; Mark Loeser <halcy0n@g.o> gcc-3.4.6-r2.ebuild,
35 gcc-4.0.4.ebuild, gcc-4.1.2.ebuild, gcc-4.2.4-r1.ebuild, gcc-4.3.0.ebuild,
36
37
38
39 1.3 sys-devel/gcc/gcc-4.3.3-r2.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.3-r2.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.3-r2.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.3-r2.ebuild?r1=1.2&r2=1.3
44
45 Index: gcc-4.3.3-r2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.3-r2.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- gcc-4.3.3-r2.ebuild 3 May 2009 00:21:52 -0000 1.2
52 +++ gcc-4.3.3-r2.ebuild 3 May 2009 19:36:55 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.3-r2.ebuild,v 1.2 2009/05/03 00:21:52 halcy0n Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.3-r2.ebuild,v 1.3 2009/05/03 19:36:55 halcy0n Exp $
58
59 GENTOO_PATCH_EXCLUDE="69_all_gcc43-pr39013.patch" #262567
60
61 @@ -58,6 +58,7 @@
62 >=sys-apps/texinfo-4.2-r4
63 >=sys-devel/bison-1.875
64 sys-devel/flex
65 + elibc_glibc? ( >=sys-libs/glibc-2.8 )
66 amd64? ( multilib? ( gcj? ( app-emulation/emul-linux-x86-xlibs ) ) )
67 ppc? ( >=${CATEGORY}/binutils-2.17 )
68 ppc64? ( >=${CATEGORY}/binutils-2.17 )