Gentoo Archives: gentoo-commits

From: "Robert Piasek (dagger)" <dagger@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: ChangeLog gcc-4.4.1.ebuild
Date: Fri, 24 Jul 2009 20:23:40
Message-Id: E1MURIo-0006Ra-KW@stork.gentoo.org
1 dagger 09/07/24 20:23:38
2
3 Modified: ChangeLog gcc-4.4.1.ebuild
4 Log:
5 Marked ~arm as per bug #278687
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.717 sys-devel/gcc/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.717&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.717&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.716&r2=1.717
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
18 retrieving revision 1.716
19 retrieving revision 1.717
20 diff -u -r1.716 -r1.717
21 --- ChangeLog 24 Jul 2009 15:23:32 -0000 1.716
22 +++ ChangeLog 24 Jul 2009 20:23:38 -0000 1.717
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sys-devel/gcc
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.716 2009/07/24 15:23:32 josejx Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.717 2009/07/24 20:23:38 dagger Exp $
28 +
29 + 24 Jul 2009; Robert Piasek <dagger@g.o> gcc-4.4.1.ebuild:
30 + Keyworded ~arm as per bug #278687
31
32 24 Jul 2009; Joseph Jezak <josejx@g.o> gcc-4.4.1.ebuild:
33 Marked ~ppc for bug #278687.
34
35
36
37 1.4 sys-devel/gcc/gcc-4.4.1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.4.1.ebuild?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.4.1.ebuild?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.4.1.ebuild?r1=1.3&r2=1.4
42
43 Index: gcc-4.4.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.1.ebuild,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- gcc-4.4.1.ebuild 24 Jul 2009 15:23:32 -0000 1.3
50 +++ gcc-4.4.1.ebuild 24 Jul 2009 20:23:38 -0000 1.4
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.1.ebuild,v 1.3 2009/07/24 15:23:32 josejx Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.1.ebuild,v 1.4 2009/07/24 20:23:38 dagger Exp $
56
57 PATCH_VER="1.0"
58 UCLIBC_VER="1.1"
59 @@ -26,7 +26,7 @@
60 DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking"
61
62 LICENSE="GPL-3 LGPL-2.1 libgcc libstdc++ gcc-runtime-library-exception-3.1"
63 -KEYWORDS="~amd64 -hppa ~ppc ~ppc64 ~x86 -x86-fbsd"
64 +KEYWORDS="~amd64 ~arm -hppa ~ppc ~ppc64 ~x86 -x86-fbsd"
65
66 RDEPEND=">=sys-libs/zlib-1.1.4
67 >=sys-devel/gcc-config-1.4