diff options
author | 2023-08-27 16:30:11 +0800 | |
---|---|---|
committer | 2023-08-28 14:51:54 +0800 | |
commit | 2517f38104a33594f530ff5c79d10862197c9ebe (patch) | |
tree | 25a2880f77dbdecc898f72c057164d3eb8f34a82 /profiles | |
parent | sys-devel/rust-std: add 1.72.0 (diff) | |
download | gentoo-2517f38104a33594f530ff5c79d10862197c9ebe.tar.gz gentoo-2517f38104a33594f530ff5c79d10862197c9ebe.tar.bz2 gentoo-2517f38104a33594f530ff5c79d10862197c9ebe.zip |
profiles/base: mask >=dev-lang/rust-1.72.0[nightly] for now
Closes: https://github.com/gentoo/gentoo/pull/32454
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/package.use.mask | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index d8351fb2f971..3284d8ee6bb0 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,13 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# WANG Xuerui <xen0n@gentoo.org> (2023-08-28) +# Breaks multiple high-profile packages depending on outdated proc-macro2 when +# USE=nightly and using an affected Rust version; keep until revdep problems +# are gone. +# See https://github.com/rust-lang/rust/issues/113152 +>=dev-lang/rust-1.72.0 nightly + # Michael Orlitzky <mjo@gentoo.org> (2023-08-23) # Polymake itself is masked for removal (bug 909570). sci-mathematics/singular polymake |