• [gentoo-dev] [PATCH 1/3] profiles/arch/base: mask sys-libs/glibc[experi

    From WANG Xuerui@21:1/5 to All on Sat Apr 23 07:20:01 2022
    Signed-off-by: WANG Xuerui <xen0n@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..463227f1989c 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 <xen0n@gentoo.org> (2022-04-23)
    +# 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 <chewi@gentoo.org> (2022-02-24)
    # These GRUB platforms are only for MIPS.
    sys-boot/grub grub_platforms_loongson grub_platforms_qemu-mips
    --
    2.35.1

    --- SoupGa