commit: d80f8196e79a5734b4bc26d7075064adc5d614fe Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Mon May 30 19:59:04 2022 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon May 30 20:00:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d80f8196
profiles/arch: mask EFI USE flags for sys-boot/syslinux Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> profiles/arch/amd64/no-multilib/package.use.mask | 6 +++++- profiles/arch/x86/package.use.mask | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/profiles/arch/amd64/no-multilib/package.use.mask b/profiles/arch/amd64/no-multilib/package.use.mask index 024a54a65ab1..92dd8284d428 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 +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Mike Gilbert <[email protected]> (2022-05-30) +# Requires sys-boot/gnu-efi[abi_x86_32] +sys-boot/syslinux efi32 + # Sam James <[email protected]> (2020-12-27) # dev-embedded/libftd2xx unavailable here dev-embedded/urjtag ftd2xx diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 5209bdfc463c..ece9435b7130 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 +# Mike Gilbert <[email protected]> (2022-05-30) +# Requires sys-boot/gnu-efi[abi_x86_64] +sys-boot/syslinux efi64 + # Jimi Huotari <[email protected]> (2022-05-08) # Not keyworded here yet. lxqt-base/lxqt-meta desktop-portal
