Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/sas2ircu/
Date: Wed, 05 Jan 2022 10:01:59
Message-Id: 1641376891.3f204f0a0edc4751c9e752ef5eb9ef0b339d55b5.soap@gentoo
1 commit: 3f204f0a0edc4751c9e752ef5eb9ef0b339d55b5
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 5 10:01:31 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 5 10:01:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f204f0a
7
8 sys-block/sas2ircu: remove amd64-fbsd
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-block/sas2ircu/sas2ircu-20.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/sys-block/sas2ircu/sas2ircu-20.ebuild b/sys-block/sas2ircu/sas2ircu-20.ebuild
16 index bc7ea9068980..79dffa16023d 100644
17 --- a/sys-block/sas2ircu/sas2ircu-20.ebuild
18 +++ b/sys-block/sas2ircu/sas2ircu-20.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -6,11 +6,13 @@ inherit mount-boot
26
27 DESCRIPTION="LSI MPT-SAS2 controller management tool"
28 HOMEPAGE="https://www.broadcom.com/products/storage/host-bus-adapters/sas-9207-8e#tab-archive-drivers4-abc"
29 +
30 LICENSE="LSI"
31 SLOT="0"
32 KEYWORDS="-* ~amd64 ~ppc64 ~x86 ~sparc-solaris ~x64-solaris ~x86-solaris"
33 IUSE="efi doc"
34 RESTRICT="strip fetch mirror"
35 +
36 DEPEND="app-arch/unzip"
37 RDEPEND=""
38 QA_PREBUILT="opt/lsi/sas2ircu boot/efi/sas2ircu.efi"
39 @@ -85,8 +87,6 @@ src_install() {
40 exeinto /opt/lsi/
41 use amd64 || use x86 && doexe sas2ircu_linux_x86_rel/sas2ircu
42 use ppc64 && doexe sas2ircu_linux_x86_rel/sas2ircu
43 - use amd64-fbsd && doexe sas2ircu_freebsd_amd64_rel/sas2ircu
44 - use x86-fbsd && doexe sas2ircu_freebsd_i386_rel/sas2ircu
45 use x64-solaris || use x86-solaris && doexe sas2ircu_solaris_x86_rel/sas2ircu
46 use sparc-solaris && doexe sas2ircu_solaris_sparc_rel/sas2ircu
47 if use efi; then