commit: 87e18d15ef7c61824492418dc555d7ed71e8c084 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Tue Jun 7 17:05:39 2022 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Tue Jun 7 17:42:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87e18d15
profiles/arch/x86: mask 64bit memtest86+ builds Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> profiles/arch/x86/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 5209bdfc463c..d40680f705f2 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Ben Kohler <[email protected]> (2022-06-07) +# Disable 64bit builds on x86 +sys-apps/memtest86+ bios64 efi64 iso64 + # Jimi Huotari <[email protected]> (2022-05-08) # Not keyworded here yet. lxqt-base/lxqt-meta desktop-portal
