commit: f5c9b3c808695302b7db8f1693e22bd5f0a543d3 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Thu Oct 7 15:55:26 2021 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Thu Oct 7 15:58:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5c9b3c8
profiles/base: remove rust[parallel-compiler] stable mask it's now masked completely, not just on stable https://github.com/rust-lang/rust/issues/89108 Bug: https://bugs.gentoo.org/813954 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> profiles/base/package.use.stable.mask | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index b8250321b86..80c9e923ffd 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -77,7 +77,7 @@ mate-base/mate bluetooth # Georgy Yakovlev <[email protected]> (2019-12-21) # For bleeding edge features and testing, not generally suitable # for stable systems -dev-lang/rust miri nightly parallel-compiler system-bootstrap +dev-lang/rust miri nightly system-bootstrap # Andreas Sturmlechner <[email protected]> (2019-12-09) # Declared experimental, and dev-cpp/websocketpp not stable yet
