Gentoo Archives: gentoo-commits

From: WANG Xuerui <xen0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/loong/
Date: Sun, 27 Nov 2022 12:55:28
Message-Id: 1669553671.a6577e93020f0253035a50dfe1b4c7423c949200.xen0n@gentoo
1 commit: a6577e93020f0253035a50dfe1b4c7423c949200
2 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 27 02:42:03 2022 +0000
4 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 27 12:54:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6577e93
7
8 profiles/arch/loong: mask configurations requiring <sys-devel/llvm:16
9
10 Because the first usable LLVM version on loong will be 16.
11
12 Closes: https://github.com/gentoo/gentoo/pull/28443
13 Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
14
15 profiles/arch/loong/package.use.mask | 7 +++++++
16 1 file changed, 7 insertions(+)
17
18 diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask
19 index 48e300a9fc7e..cf1df784e75e 100644
20 --- a/profiles/arch/loong/package.use.mask
21 +++ b/profiles/arch/loong/package.use.mask
22 @@ -1,6 +1,13 @@
23 # Copyright 2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 +# WANG Xuerui <xen0n@g.o> (2022-11-27)
27 +# Mask configurations not accepting llvm:16 and/or clang:16, either due to
28 +# lack of testing or simply being unsupported upstream (the opaque pointers
29 +# in particular need downstream changes).
30 +app-office/libreoffice clang
31 +<media-libs/mesa-22.3.0 llvm
32 +
33 # WANG Xuerui <xen0n@g.o> (2022-11-27)
34 # LLVM toolchain now partially usable on loong, mask the remaining pieces
35 # pending test/bugfixes/porting.