commit: 341febee618ef44de236e7d81816a9cf6e22b94e Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Tue Jun 7 17:12:28 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=341febee
profiles/arch/x86: enable bios32 on memtest86+ Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> profiles/arch/x86/package.use | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/x86/package.use b/profiles/arch/x86/package.use index 0cbd9b6e6019..9770883187a6 100644 --- a/profiles/arch/x86/package.use +++ b/profiles/arch/x86/package.use @@ -1,6 +1,10 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Ben Kohler <[email protected]> (2022-06-07) +# Enable BIOS target by default +sys-apps/memtest86+ bios32 + # Michał Górny <[email protected]> (2016-09-24) # Enable the GPU targets matching the default VIDEO_CARDS dev-ml/llvm-ocaml llvm_targets_AMDGPU llvm_targets_NVPTX
