commit: b903572c28cfd187a18086e97981c827c349ada3 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org> AuthorDate: Sat Apr 23 00:50:50 2022 +0000 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org> CommitDate: Sun Apr 24 01:58:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b903572c
profiles/arch/base: mask sys-libs/glibc[experimental-loong] See: https://github.com/gentoo/gentoo/pull/25162 Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org> profiles/arch/base/package.use.mask | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 4683e58f9b8a..7c645abdafc0 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,14 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# WANG Xuerui <[email protected]> (2022-04-24) +# This is only for bringing in the not-upstreamed-yet LoongArch patchset; +# masked everywhere in order to minimize impact on other arches. +# In the meantime, force-enable on loong only. +# This is not inside use.mask, because crossdev toolchain packages would +# want to have the flag enabled without hassle. +sys-libs/glibc experimental-loong + # James Le Cuirot <[email protected]> (2022-02-24) # These GRUB platforms are only for MIPS. sys-boot/grub grub_platforms_loongson grub_platforms_qemu-mips
