From c577a55e80fbc5ba7f9f0124a354335a98e4bf4a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 7 Jan 2024 18:53:56 +0000 Subject: gentoo auto-resync : 07:01:2024 - 18:53:56 --- sys-boot/syslinux/syslinux-6.04_pre1-r5.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'sys-boot/syslinux/syslinux-6.04_pre1-r5.ebuild') diff --git a/sys-boot/syslinux/syslinux-6.04_pre1-r5.ebuild b/sys-boot/syslinux/syslinux-6.04_pre1-r5.ebuild index 7ba486a0a92a..cc03c3c95fd0 100644 --- a/sys-boot/syslinux/syslinux-6.04_pre1-r5.ebuild +++ b/sys-boot/syslinux/syslinux-6.04_pre1-r5.ebuild @@ -13,9 +13,9 @@ SRC_URI="https://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/6.04/${MY_ LICENSE="GPL-2" SLOT="0" KEYWORDS="-* amd64 x86" -IUSE="abi_x86_32 abi_x86_64 +bios +efi" -REQUIRED_USE="|| ( bios efi ) - efi? ( || ( abi_x86_32 abi_x86_64 ) )" +IUSE="abi_x86_32 abi_x86_64 +bios +uefi" +REQUIRED_USE="|| ( bios uefi ) + uefi? ( || ( abi_x86_32 abi_x86_64 ) )" BDEPEND=" dev-lang/perl @@ -39,7 +39,7 @@ QA_PRESTRIPPED="usr/share/syslinux/.*" QA_FLAGS_IGNORED=".*" pkg_setup() { - use efi && secureboot_pkg_setup + use uefi && secureboot_pkg_setup } src_prepare() { @@ -62,7 +62,7 @@ src_compile() { if use bios; then emake bios DATE="${DATE}" HEXDATE="${HEXDATE}" fi - if use efi; then + if use uefi; then if use abi_x86_32; then emake efi32 DATE="${DATE}" HEXDATE="${HEXDATE}" fi @@ -74,7 +74,7 @@ src_compile() { src_install() { local firmware=( $(usev bios) ) - if use efi; then + if use uefi; then use abi_x86_32 && firmware+=( efi32 ) use abi_x86_64 && firmware+=( efi64 ) fi @@ -91,5 +91,5 @@ src_install() { einstalldocs dostrip -x /usr/share/syslinux - use efi && secureboot_auto_sign --in-place + use uefi && secureboot_auto_sign --in-place } -- cgit v1.2.3