commit: a6577e93020f0253035a50dfe1b4c7423c949200 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org> AuthorDate: Sun Nov 27 02:42:03 2022 +0000 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org> CommitDate: Sun Nov 27 12:54:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6577e93
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 <AT> gentoo.org> profiles/arch/loong/package.use.mask | 7 +++++++ 1 file changed, 7 insertions(+) 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 @@ -1,6 +1,13 @@ # Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# WANG Xuerui <[email protected]> (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 <[email protected]> (2022-11-27) # LLVM toolchain now partially usable on loong, mask the remaining pieces # pending test/bugfixes/porting.
