commit: ff06c14227e2e2d698cd4101faf75f69010af0ce Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Tue Jun 7 17:07:53 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=ff06c142
profiles/.../no-multilib: mask 32bit memtest86+ builds on no-multilib Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> profiles/arch/amd64/no-multilib/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/amd64/no-multilib/package.use.mask b/profiles/arch/amd64/no-multilib/package.use.mask index 024a54a65ab1..b0f82168e189 100644 --- a/profiles/arch/amd64/no-multilib/package.use.mask +++ b/profiles/arch/amd64/no-multilib/package.use.mask @@ -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) +# Disable 32bit builds on no-multilib +sys-apps/memtest86+ bios32 efi32 iso32 + # Sam James <[email protected]> (2020-12-27) # dev-embedded/libftd2xx unavailable here dev-embedded/urjtag ftd2xx
