From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B708C158451 for ; Sun, 7 Jan 2024 17:19:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F18552BC0F9; Sun, 7 Jan 2024 17:19:33 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFEE92BC100 for ; Sun, 7 Jan 2024 17:19:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15E8F3432E1 for ; Sun, 7 Jan 2024 17:19:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A27441494 for ; Sun, 7 Jan 2024 17:19:31 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1704647947.02db66a1bfb7fd0211e0589d1de4ec544341916f.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/sas2ircu/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/sas2ircu/metadata.xml sys-block/sas2ircu/sas2ircu-20.ebuild X-VCS-Directories: sys-block/sas2ircu/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 02db66a1bfb7fd0211e0589d1de4ec544341916f X-VCS-Branch: master Date: Sun, 7 Jan 2024 17:19:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1ab687fa-331a-4171-9253-ab56e846911d X-Archives-Hash: 1cf34d649636359c28eab2808c0f518b commit: 02db66a1bfb7fd0211e0589d1de4ec544341916f Author: David Seifert gentoo org> AuthorDate: Sat Aug 26 14:53:23 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sun Jan 7 17:19:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02db66a1 sys-block/sas2ircu: rename USE=efi to USE=uefi Signed-off-by: David Seifert gentoo.org> Signed-off-by: Andrew Ammerlaan gentoo.org> sys-block/sas2ircu/metadata.xml | 14 +++++++------- sys-block/sas2ircu/sas2ircu-20.ebuild | 5 +++-- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/sys-block/sas2ircu/metadata.xml b/sys-block/sas2ircu/metadata.xml index 4084cf9b5c1e..d0581956045c 100644 --- a/sys-block/sas2ircu/metadata.xml +++ b/sys-block/sas2ircu/metadata.xml @@ -1,11 +1,11 @@ - - robbat2@gentoo.org - Robin H. Johnson - - - Install EFI variant as well - + + robbat2@gentoo.org + Robin H. Johnson + + + Install UEFI variant as well + diff --git a/sys-block/sas2ircu/sas2ircu-20.ebuild b/sys-block/sas2ircu/sas2ircu-20.ebuild index 4e191d3c257e..6113f2cb5019 100644 --- a/sys-block/sas2ircu/sas2ircu-20.ebuild +++ b/sys-block/sas2ircu/sas2ircu-20.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 + inherit mount-boot DESCRIPTION="LSI MPT-SAS2 controller management tool" @@ -10,7 +11,7 @@ HOMEPAGE="https://www.broadcom.com/products/storage/host-bus-adapters/sas-9207-8 LICENSE="LSI" SLOT="0" KEYWORDS="-* ~amd64 ~ppc64 ~x86 ~x64-solaris" -IUSE="efi doc" +IUSE="uefi doc" RESTRICT="strip fetch mirror" DEPEND="app-arch/unzip" @@ -88,7 +89,7 @@ src_install() { use amd64 || use x86 && doexe sas2ircu_linux_x86_rel/sas2ircu use ppc64 && doexe sas2ircu_linux_x86_rel/sas2ircu use x64-solaris && doexe sas2ircu_solaris_x86_rel/sas2ircu - if use efi; then + if use uefi; then exeinto /boot/efi/ doexe sas2ircu_efi_ebc_rel/sas2ircu.efi fi