diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-01-06 21:05:34 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-01-06 21:05:34 +0000 |
commit | d188a7d530ffddb54aff2955db86b6d4eba2c4c6 (patch) | |
tree | 98610bf2d50211107c84448d47e859d2c4475f8f /profiles | |
parent | Add GNU homepage. (diff) | |
download | gentoo-2-d188a7d530ffddb54aff2955db86b6d4eba2c4c6.tar.gz gentoo-2-d188a7d530ffddb54aff2955db86b6d4eba2c4c6.tar.bz2 gentoo-2-d188a7d530ffddb54aff2955db86b6d4eba2c4c6.zip |
Mask new LLVM for testing.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/package.mask | 7 |
2 files changed, 10 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 93cc8d595dbf..a673deea6233 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8497 2014/01/06 16:46:09 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8498 2014/01/06 21:05:34 mgorny Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 06 Jan 2014; Michał Górny <mgorny@gentoo.org> package.mask: + Mask new LLVM for testing. + 06 Jan 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> package.mask: p.mask recent libclc snapshot which needs >=llvm-3.4 diff --git a/profiles/package.mask b/profiles/package.mask index 1b4e692012cd..3615af71eb30 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,6 +1,6 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15300 2014/01/06 16:47:01 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15301 2014/01/06 21:05:34 mgorny Exp $ # # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -31,6 +31,11 @@ #--- END OF EXAMPLES --- +# Michał Górny <mgorny@gentoo.org> (06 Jan 2014) +# Masked for testing. +~sys-devel/clang-3.4 +~sys-devel/llvm-3.4 + # Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (06 Jan 2014) # Needs >=llvm-3.4 which is currently only available as live ebuild =dev-libs/libclc-0.0.1_pre20140101 |