Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/
Date: Thu, 07 Oct 2021 15:58:46
Message-Id: 1633622282.25ec14cae2ed7886732cba4ba57f08124896e8a2.gyakovlev@gentoo
1 commit: 25ec14cae2ed7886732cba4ba57f08124896e8a2
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 7 15:54:32 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 7 15:58:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25ec14ca
7
8 profiles/base: mask rust[parallel-compiler]
9
10 https://github.com/rust-lang/rust/issues/89108
11 Closes: https://bugs.gentoo.org/813954
12 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
13
14 profiles/base/package.use.mask | 9 +++++++++
15 1 file changed, 9 insertions(+)
16
17 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
18 index 59583764a00..5c60dc7cc75 100644
19 --- a/profiles/base/package.use.mask
20 +++ b/profiles/base/package.use.mask
21 @@ -6,6 +6,15 @@
22 # This file is only for generic masks. For arch-specific masks (i.e.
23 # mask everywhere, unmask on arch/*) use arch/base.
24
25 +# Georgy Yakovlev <gyakovlev@g.o> (2021-10-07)
26 +# parallel-compiler feature is not tested by upstream
27 +# and is not recommended for general usage and may silently
28 +# miscompile code if used (unlikely, but not impossible)
29 +# feel free to unmask, but be prepared to deal with possible bugs
30 +# https://bugs.gentoo.org/813954
31 +# https://github.com/rust-lang/rust/issues/89108
32 +dev-lang/rust parallel-compiler
33 +
34 # Stephan Hartmann <sultan@g.o> (2021-09-16)
35 # Uses a function that is not available in media-video/ffmpeg.
36 >=www-client/chromium-94 system-ffmpeg