Gentoo Archives: gentoo-commits

From: "Thomas Alan Gall (tgall)" <tgall@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: gcc-4.9.2.ebuild ChangeLog
Date: Sat, 28 Feb 2015 23:14:43
Message-Id: 20150228231431.D3ACC12C3E@oystercatcher.gentoo.org
1 tgall 15/02/28 23:14:31
2
3 Modified: gcc-4.9.2.ebuild ChangeLog
4 Log:
5 add ~arm64
6
7 (Portage version: 2.2.14/cvs/Linux aarch64, signed Manifest commit with key EDA949AA)
8
9 Revision Changes Path
10 1.15 sys-devel/gcc/gcc-4.9.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.9.2.ebuild?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.9.2.ebuild?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.9.2.ebuild?r1=1.14&r2=1.15
15
16 Index: gcc-4.9.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.9.2.ebuild,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- gcc-4.9.2.ebuild 19 Feb 2015 21:12:20 -0000 1.14
23 +++ gcc-4.9.2.ebuild 28 Feb 2015 23:14:31 -0000 1.15
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.9.2.ebuild,v 1.14 2015/02/19 21:12:20 zorry Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.9.2.ebuild,v 1.15 2015/02/28 23:14:31 tgall Exp $
29
30 EAPI="4"
31
32 @@ -22,7 +22,7 @@
33
34 inherit eutils toolchain
35
36 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
37 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
38
39 RDEPEND=""
40 DEPEND="${RDEPEND}
41
42
43
44 1.1050 sys-devel/gcc/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.1050&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.1050&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.1049&r2=1.1050
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
53 retrieving revision 1.1049
54 retrieving revision 1.1050
55 diff -u -r1.1049 -r1.1050
56 --- ChangeLog 21 Feb 2015 17:39:28 -0000 1.1049
57 +++ ChangeLog 28 Feb 2015 23:14:31 -0000 1.1050
58 @@ -1,6 +1,9 @@
59 # ChangeLog for sys-devel/gcc
60 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1049 2015/02/21 17:39:28 blueness Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1050 2015/02/28 23:14:31 tgall Exp $
63 +
64 + 28 Feb 2015; <tgall@g.o> gcc-4.9.2.ebuild:
65 + add ~arm64
66
67 21 Feb 2015; Anthony G. Basile <blueness@g.o> gcc-4.8.4.ebuild:
68 Bump gentoo gcc patchset for 4.8.4 for alpha, bug #539950