commit: 8de4bc38fc91a720609328c0919f5443f19239cf Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Tue Jun 7 17:11:45 2022 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Tue Jun 7 17:42:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8de4bc38
profiles/arch/amd64: enable bios64 & efi64 on memtest86+ Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> profiles/arch/amd64/package.use | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/amd64/package.use b/profiles/arch/amd64/package.use index 7c624bfc42b6..a51accc1910e 100644 --- a/profiles/arch/amd64/package.use +++ b/profiles/arch/amd64/package.use @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Ben Kohler <[email protected]> (2022-06-07) +# Enable BIOS & UEFI targets by default +sys-apps/memtest86+ bios64 efi64 + # Theo Anderson <[email protected]> (2021-03-06) # Enable 32-bit clang runtime to ease -m32 builds with non-GCC runtime sys-devel/clang-runtime abi_x86_32
