diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-01-07 17:56:41 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-01-07 18:19:10 +0100 |
commit | 428d1e762c62886c33d327a8c8d44aef082d8a24 (patch) | |
tree | 94f935f3fe2fb5e5e9d8be917eeb8f53dcbb5f83 /sys-block | |
parent | sys-firmware/ipxe: rename USE=efi to USE=uefi (diff) | |
download | gentoo-428d1e762c62886c33d327a8c8d44aef082d8a24.tar.gz gentoo-428d1e762c62886c33d327a8c8d44aef082d8a24.tar.bz2 gentoo-428d1e762c62886c33d327a8c8d44aef082d8a24.zip |
sys-block/sas3ircu: rename USE=efi to USE=uefi
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/sas3ircu/metadata.xml | 2 | ||||
-rw-r--r-- | sys-block/sas3ircu/sas3ircu-16-r1.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys-block/sas3ircu/metadata.xml b/sys-block/sas3ircu/metadata.xml index 4084cf9b5c1e..9417faeb6267 100644 --- a/sys-block/sas3ircu/metadata.xml +++ b/sys-block/sas3ircu/metadata.xml @@ -6,6 +6,6 @@ <name>Robin H. Johnson</name> </maintainer> <use> - <flag name="efi">Install EFI variant as well</flag> + <flag name="uefi">Install EFI variant as well</flag> </use> </pkgmetadata> diff --git a/sys-block/sas3ircu/sas3ircu-16-r1.ebuild b/sys-block/sas3ircu/sas3ircu-16-r1.ebuild index 52e553f0eead..2564c4691034 100644 --- a/sys-block/sas3ircu/sas3ircu-16-r1.ebuild +++ b/sys-block/sas3ircu/sas3ircu-16-r1.ebuild @@ -23,7 +23,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="LSI" SLOT="0" KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~x64-solaris" -IUSE="doc efi" +IUSE="doc uefi" RESTRICT="strip fetch mirror" BDEPEND="app-arch/unzip" @@ -43,7 +43,7 @@ pkg_nofetch() { } pkg_setup() { - use efi && secureboot_pkg_setup + use uefi && secureboot_pkg_setup } supportedcards() { @@ -75,8 +75,8 @@ src_install() { exeinto /opt/lsi/ doexe sas3ircu_rel/sas3ircu/sas3ircu_linux_"${ARCH}"_rel/sas3ircu - if use efi; then - if use amd64 || use efi64; then + if use uefi; then + if use amd64 || use arm64; then exeinto /boot/efi/ doexe sas3ircu_rel/sas3ircu/sas3ircu_udk_uefi_"${ARCH}"_rel/sas3ircu.efi secureboot_auto_sign --in-place |