Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: gcc-4.4.2.ebuild gcc-4.4.1.ebuild
Date: Mon, 26 Oct 2009 22:03:35
Message-Id: E1N2Xf0-0000DF-1a@stork.gentoo.org
1 vapier 09/10/26 22:03:30
2
3 Modified: gcc-4.4.2.ebuild gcc-4.4.1.ebuild
4 Log:
5 keep glibc DEPEND dep consistent with gcc-4.3/gcc-4.4 ebuilds
6 (Portage version: 2.2_rc46/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 sys-devel/gcc/gcc-4.4.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.4.2.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.4.2.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.4.2.ebuild?r1=1.2&r2=1.3
14
15 Index: gcc-4.4.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.2.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- gcc-4.4.2.ebuild 19 Oct 2009 10:47:22 -0000 1.2
22 +++ gcc-4.4.2.ebuild 26 Oct 2009 22:03:29 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.2.ebuild,v 1.2 2009/10/19 10:47:22 alexxy Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.2.ebuild,v 1.3 2009/10/26 22:03:29 vapier Exp $
28
29 PATCH_VER="1.0"
30 UCLIBC_VER="1.0"
31 @@ -59,6 +59,7 @@
32 test? ( >=dev-util/dejagnu-1.4.4 >=sys-devel/autogen-5.5.4 )
33 >=sys-apps/texinfo-4.8
34 >=sys-devel/bison-1.875
35 + elibc_glibc? ( >=sys-libs/glibc-2.8 )
36 amd64? ( multilib? ( gcj? ( app-emulation/emul-linux-x86-xlibs ) ) )
37 ppc? ( >=${CATEGORY}/binutils-2.17 )
38 ppc64? ( >=${CATEGORY}/binutils-2.17 )
39
40
41
42 1.12 sys-devel/gcc/gcc-4.4.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.4.1.ebuild?rev=1.12&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.4.1.ebuild?rev=1.12&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.4.1.ebuild?r1=1.11&r2=1.12
47
48 Index: gcc-4.4.1.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.1.ebuild,v
51 retrieving revision 1.11
52 retrieving revision 1.12
53 diff -u -r1.11 -r1.12
54 --- gcc-4.4.1.ebuild 19 Oct 2009 10:47:22 -0000 1.11
55 +++ gcc-4.4.1.ebuild 26 Oct 2009 22:03:29 -0000 1.12
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2009 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.1.ebuild,v 1.11 2009/10/19 10:47:22 alexxy Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.1.ebuild,v 1.12 2009/10/26 22:03:29 vapier Exp $
61
62 PATCH_VER="1.0"
63 UCLIBC_VER="1.1"
64 @@ -59,6 +59,7 @@
65 test? ( >=dev-util/dejagnu-1.4.4 >=sys-devel/autogen-5.5.4 )
66 >=sys-apps/texinfo-4.8
67 >=sys-devel/bison-1.875
68 + elibc_glibc? ( >=sys-libs/glibc-2.8 )
69 amd64? ( multilib? ( gcj? ( app-emulation/emul-linux-x86-xlibs ) ) )
70 ppc? ( >=${CATEGORY}/binutils-2.17 )
71 ppc64? ( >=${CATEGORY}/binutils-2.17 )