commit: e632eb1aded8ed3467e07e92dfd0cfc62ffa817a Author: Doug Goldstein <cardoe <AT> gentoo <DOT> org> AuthorDate: Wed Jan 4 20:34:30 2017 +0000 Commit: Doug Goldstein <cardoe <AT> gentoo <DOT> org> CommitDate: Wed Jan 4 20:35:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e632eb1a
dev-lang/rust: mask USE flags for stable Unfortunately LLVM 3.8.x or newer isn't stable and nor is libcxx so we can't let users enable those USE flags. Signed-off-by: Doug Goldstein <cardoe <AT> gentoo.org> profiles/base/package.use.stable.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index 7c1b56c..fdb48f4 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -5,6 +5,12 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in package.use.mask +# Doug Goldstein <[email protected]> (04 Jan 2017) +# libcxx is not stable so we can't let users use it +dev-lang/rust libcxx +# llvm 3.8.x is not stable so we can't let users use it +dev-lang/rust system-llvm + # Alon Bar-Lev <[email protected]> (01 Jan 2017) # Will always require unstable packages. net-libs/gnutls test-full
