sys-block/sas3ircu: rename USE=efi to USE=uefi

Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2024-01-07 17:56:41 +01:00
parent 1eca37d9cb
commit 428d1e762c
2 changed files with 5 additions and 5 deletions

View File

@@ -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>

View File

@@ -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