grobian 15/05/31 10:03:37 Modified: package.use.force packages Log: From now on, Mac OS X/Darwin is built with Clang
Revision Changes Path 1.2 profiles/prefix/darwin/macos/package.use.force file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/package.use.force?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/package.use.force?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/package.use.force?r1=1.1&r2=1.2 Index: package.use.force =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/package.use.force,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- package.use.force 6 Jun 2009 03:54:46 -0000 1.1 +++ package.use.force 31 May 2015 10:03:37 -0000 1.2 @@ -1,6 +1,10 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/package.use.force,v 1.1 2009/06/06 03:54:46 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/package.use.force,v 1.2 2015/05/31 10:03:37 grobian Exp $ + +# Fabian Groffen <[email protected]> (31 May 2015) +# for clang ebuild to work, llvm must build the clang frontend +sys-devel/llvm clang # Elias Pipping <[email protected]> (01 Jan 2008) # only GUI that works under macosx 1.2 profiles/prefix/darwin/macos/packages file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/packages?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/packages?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/packages?r1=1.1&r2=1.2 Index: packages =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/packages,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- packages 6 Jun 2009 03:54:46 -0000 1.1 +++ packages 31 May 2015 10:03:37 -0000 1.2 @@ -1,9 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/packages,v 1.1 2009/06/06 03:54:46 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/packages,v 1.2 2015/05/31 10:03:37 grobian Exp $ -# Mac OS X is built with the Apple branch of the GCC compiler, using FSF -# GCC results in broken packages in some cases (subversion) due to -# alignment problems with the kernel. Hence, we default to gcc-apple. +# Mac OS X is built with LLVM/Clang -*sys-devel/gcc -*sys-devel/gcc-apple +-*sys-devel/gcc-config +*sys-devel/clang
