diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-08-10 02:33:31 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-08-10 02:33:31 +0000 |
commit | b3510e432996bd38ca56ea9a0b6d07b388f6b4f8 (patch) | |
tree | 4316ae3fc43f96ce740993f589659b4d5750d84f /profiles/default/bsd | |
parent | Version bump, based on work of Yuta SATOH in bug #476646 (diff) | |
download | gentoo-2-b3510e432996bd38ca56ea9a0b6d07b388f6b4f8.tar.gz gentoo-2-b3510e432996bd38ca56ea9a0b6d07b388f6b4f8.tar.bz2 gentoo-2-b3510e432996bd38ca56ea9a0b6d07b388f6b4f8.zip |
force clang useflag on llvm
Diffstat (limited to 'profiles/default/bsd')
-rw-r--r-- | profiles/default/bsd/fbsd/amd64/9.2/clang/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/default/bsd/fbsd/amd64/9.2/clang/package.use.force | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/profiles/default/bsd/fbsd/amd64/9.2/clang/ChangeLog b/profiles/default/bsd/fbsd/amd64/9.2/clang/ChangeLog index 0c7b43e1d04e..b6446cde44ab 100644 --- a/profiles/default/bsd/fbsd/amd64/9.2/clang/ChangeLog +++ b/profiles/default/bsd/fbsd/amd64/9.2/clang/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for profile directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.2/clang/ChangeLog,v 1.1 2013/08/09 14:11:22 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.2/clang/ChangeLog,v 1.2 2013/08/10 02:33:31 aballier Exp $ + + 10 Aug 2013; Alexis Ballier <aballier@gentoo.org> package.use.force: + force clang useflag on llvm 27 Jul 2013; Alexis Ballier <aballier@gentoo.org> package.use.force: build libcxx multilib, patch by Yuta SATOH in bug #475294 diff --git a/profiles/default/bsd/fbsd/amd64/9.2/clang/package.use.force b/profiles/default/bsd/fbsd/amd64/9.2/clang/package.use.force index 53c8bf1c3be0..e13759f61cc0 100644 --- a/profiles/default/bsd/fbsd/amd64/9.2/clang/package.use.force +++ b/profiles/default/bsd/fbsd/amd64/9.2/clang/package.use.force @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.2/clang/package.use.force,v 1.1 2013/08/09 14:11:22 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.2/clang/package.use.force,v 1.2 2013/08/10 02:33:31 aballier Exp $ # Force building libc++ over libcxxrt. sys-libs/libcxx libcxxrt @@ -12,3 +12,6 @@ sys-libs/libcxx static-libs abi_x86_32 # Force openssl on curl since cmakes needs it and is in @system because of # libcxx on this profile. Mask the other ssl providers. net-misc/curl ssl curl_ssl_openssl + +# We obviously need clang +sys-devel/llvm clang |