Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin/macos: package.use.force packages
Date: Sun, 31 May 2015 10:03:43
Message-Id: 20150531100337.E173EA18@oystercatcher.gentoo.org
1 grobian 15/05/31 10:03:37
2
3 Modified: package.use.force packages
4 Log:
5 From now on, Mac OS X/Darwin is built with Clang
6
7 Revision Changes Path
8 1.2 profiles/prefix/darwin/macos/package.use.force
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/package.use.force?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/package.use.force?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/package.use.force?r1=1.1&r2=1.2
13
14 Index: package.use.force
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/package.use.force,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- package.use.force 6 Jun 2009 03:54:46 -0000 1.1
21 +++ package.use.force 31 May 2015 10:03:37 -0000 1.2
22 @@ -1,6 +1,10 @@
23 -# Copyright 1999-2009 Gentoo Foundation
24 +# Copyright 1999-2015 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/package.use.force,v 1.1 2009/06/06 03:54:46 solar Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/package.use.force,v 1.2 2015/05/31 10:03:37 grobian Exp $
28 +
29 +# Fabian Groffen <grobian@g.o> (31 May 2015)
30 +# for clang ebuild to work, llvm must build the clang frontend
31 +sys-devel/llvm clang
32
33 # Elias Pipping <pipping@g.o> (01 Jan 2008)
34 # only GUI that works under macosx
35
36
37
38 1.2 profiles/prefix/darwin/macos/packages
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/packages?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/packages?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/packages?r1=1.1&r2=1.2
43
44 Index: packages
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/packages,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- packages 6 Jun 2009 03:54:46 -0000 1.1
51 +++ packages 31 May 2015 10:03:37 -0000 1.2
52 @@ -1,9 +1,8 @@
53 -# Copyright 1999-2009 Gentoo Foundation
54 +# Copyright 1999-2015 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/packages,v 1.1 2009/06/06 03:54:46 solar Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/packages,v 1.2 2015/05/31 10:03:37 grobian Exp $
58
59 -# Mac OS X is built with the Apple branch of the GCC compiler, using FSF
60 -# GCC results in broken packages in some cases (subversion) due to
61 -# alignment problems with the kernel. Hence, we default to gcc-apple.
62 +# Mac OS X is built with LLVM/Clang
63 -*sys-devel/gcc
64 -*sys-devel/gcc-apple
65 +-*sys-devel/gcc-config
66 +*sys-devel/clang