commit: 3b3feaeaa8c019997becb271c009e40b86d3f3b6 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Wed Jun 18 12:10:31 2025 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Wed Jun 18 12:25:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b3feaea
profiles/arch/loong: add USE defaults and mask for sys-apps/memtest86+ Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org> Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> profiles/arch/loong/package.use | 4 ++++ profiles/arch/loong/package.use.mask | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/profiles/arch/loong/package.use b/profiles/arch/loong/package.use index 319345dc049c..292ab61ee30e 100644 --- a/profiles/arch/loong/package.use +++ b/profiles/arch/loong/package.use @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# WANG Xuerui <[email protected]> (2025-01-27) +# Enable the UEFI target by default +sys-apps/memtest86+ uefi64 + # Sam James <[email protected]> (2023-10-08) # dev-db/mysql not keyworded here dev-perl/DBD-mysql -mysql mariadb diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask index 290d0e7f3345..7ddd5abb4c6c 100644 --- a/profiles/arch/loong/package.use.mask +++ b/profiles/arch/loong/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# WANG Xuerui <[email protected]> (2025-02-28) +# Upstream only supports the 64-bit UEFI configuration for loong. +sys-apps/memtest86+ bios32 bios64 uefi32 iso32 + # WANG Xuerui <[email protected]> (2025-05-29) # dist-server pulls in the libmount crate which is unmaintained and depends # on outdated nix that does not support loong
