diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-11-27 10:42:03 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-11-27 20:54:31 +0800 |
commit | a6577e93020f0253035a50dfe1b4c7423c949200 (patch) | |
tree | 3df08993b0e8306fbcc9eece24faf60408553fa2 /profiles/arch | |
parent | profiles/arch/loong: mask the untested configurations for llvm toolchain (diff) | |
download | gentoo-a6577e93020f0253035a50dfe1b4c7423c949200.tar.gz gentoo-a6577e93020f0253035a50dfe1b4c7423c949200.tar.bz2 gentoo-a6577e93020f0253035a50dfe1b4c7423c949200.zip |
profiles/arch/loong: mask configurations requiring <sys-devel/llvm:16
Because the first usable LLVM version on loong will be 16.
Closes: https://github.com/gentoo/gentoo/pull/28443
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/loong/package.use.mask | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask index 48e300a9fc7e..cf1df784e75e 100644 --- a/profiles/arch/loong/package.use.mask +++ b/profiles/arch/loong/package.use.mask @@ -2,6 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 # WANG Xuerui <xen0n@gentoo.org> (2022-11-27) +# Mask configurations not accepting llvm:16 and/or clang:16, either due to +# lack of testing or simply being unsupported upstream (the opaque pointers +# in particular need downstream changes). +app-office/libreoffice clang +<media-libs/mesa-22.3.0 llvm + +# WANG Xuerui <xen0n@gentoo.org> (2022-11-27) # LLVM toolchain now partially usable on loong, mask the remaining pieces # pending test/bugfixes/porting. # |