commit: eb2af4eaccc84189b50ec83b310c2754a0163b6f Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Mon May 30 20:31:29 2022 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon May 30 20:32:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb2af4ea
profiles/arch/amd64/x32: enable sys-boot/syslinux[abi_x86_64] by default Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> profiles/arch/amd64/x32/package.use | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/arch/amd64/x32/package.use b/profiles/arch/amd64/x32/package.use new file mode 100644 index 000000000000..70813e5bc941 --- /dev/null +++ b/profiles/arch/amd64/x32/package.use @@ -0,0 +1,6 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Mike Gilbert <[email protected]> (2022-05-30) +# Provide sensible default for EFI. +sys-boot/syslinux abi_x86_64
