Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/clang: ChangeLog clang-2.7-r2.ebuild
Date: Fri, 03 Sep 2010 17:52:10
Message-Id: 20100903175205.B7C2420054@flycatcher.gentoo.org
1 grobian 10/09/03 17:52:05
2
3 Modified: ChangeLog clang-2.7-r2.ebuild
4 Log:
5 Marked ~amd64-linux
6
7 (Portage version: 2.2.01.15553-prefix/cvs/Darwin powerpc)
8
9 Revision Changes Path
10 1.21 sys-devel/clang/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?rev=1.21&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?rev=1.21&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?r1=1.20&r2=1.21
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v
19 retrieving revision 1.20
20 retrieving revision 1.21
21 diff -u -r1.20 -r1.21
22 --- ChangeLog 26 Aug 2010 07:07:43 -0000 1.20
23 +++ ChangeLog 3 Sep 2010 17:52:05 -0000 1.21
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-devel/clang
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.20 2010/08/26 07:07:43 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.21 2010/09/03 17:52:05 grobian Exp $
29 +
30 + 03 Sep 2010; Fabian Groffen <grobian@g.o> clang-2.7-r2.ebuild:
31 + Marked ~amd64-linux
32
33 26 Aug 2010; Fabian Groffen <grobian@g.o> clang-2.7-r2.ebuild,
34 clang-9999.ebuild:
35
36
37
38 1.4 sys-devel/clang/clang-2.7-r2.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-2.7-r2.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-2.7-r2.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-2.7-r2.ebuild?r1=1.3&r2=1.4
43
44 Index: clang-2.7-r2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-2.7-r2.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- clang-2.7-r2.ebuild 28 Aug 2010 14:06:47 -0000 1.3
51 +++ clang-2.7-r2.ebuild 3 Sep 2010 17:52:05 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-2.7-r2.ebuild,v 1.3 2010/08/28 14:06:47 mr_bones_ Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-2.7-r2.ebuild,v 1.4 2010/09/03 17:52:05 grobian Exp $
57
58 EAPI=3
59
60 @@ -17,7 +17,7 @@
61
62 LICENSE="UoI-NCSA"
63 SLOT="0"
64 -KEYWORDS="~amd64 ~x86 ~ppc-macos"
65 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos"
66 IUSE="debug +static-analyzer system-cxx-headers test"
67
68 # Note: for LTO support, clang will depend on binutils with gold plugins, and LLVM built after that - http://llvm.org/docs/GoldPlugin.html