diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-06-17 18:16:39 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-06-17 18:16:39 +0000 |
commit | f3f3f1119542fddb6b062a78aa8957619c617664 (patch) | |
tree | ec751fcc89c09a4359eeee84872d44722850f9a1 /profiles | |
parent | Fix usage of more deprecated symbols to be happy with libav9. Just append the... (diff) | |
download | gentoo-2-f3f3f1119542fddb6b062a78aa8957619c617664.tar.gz gentoo-2-f3f3f1119542fddb6b062a78aa8957619c617664.tar.bz2 gentoo-2-f3f3f1119542fddb6b062a78aa8957619c617664.zip |
Unmask llvm/clang 3.3_rc since llvm 3.2 does not build with clang++ -stdlib=libc++
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/default/bsd/fbsd/amd64/9.1/clang/package.unmask | 8 |
2 files changed, 13 insertions, 1 deletions
diff --git a/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog b/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog index 29025137725c..08da936697d5 100644 --- a/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog +++ b/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog @@ -1,6 +1,10 @@ # 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.1/clang/ChangeLog,v 1.5 2013/06/01 14:17:54 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog,v 1.6 2013/06/17 18:16:39 aballier Exp $ + + 17 Jun 2013; Alexis Ballier <aballier@gentoo.org> +package.unmask: + Unmask llvm/clang 3.3_rc since llvm 3.2 does not build with clang++ + -stdlib=libc++ 01 Jun 2013; Alexis Ballier <aballier@gentoo.org> package.use.force, package.use.mask: diff --git a/profiles/default/bsd/fbsd/amd64/9.1/clang/package.unmask b/profiles/default/bsd/fbsd/amd64/9.1/clang/package.unmask new file mode 100644 index 000000000000..9beda3c2fca6 --- /dev/null +++ b/profiles/default/bsd/fbsd/amd64/9.1/clang/package.unmask @@ -0,0 +1,8 @@ +# 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.1/clang/package.unmask,v 1.1 2013/06/17 18:16:39 aballier Exp $ + +# Unmask llvm/clang 3.3_rc since llvm 3.2 does not build with clang++ +# -stdlib=libc++ +=sys-devel/llvm-3.3_rc* +=sys-devel/clang-3.3_rc* |