diff options
author | Sam James <sam@gentoo.org> | 2023-05-27 17:58:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-29 19:19:09 +0100 |
commit | 003b6e2135cedd5ca82c76f7e14c415a6a7af62a (patch) | |
tree | ba0a1bc0bfbd01552c2fe50899c1d8163f8efdd5 /sys-block | |
parent | profiles: drop dead prefix targets (diff) | |
download | gentoo-003b6e2135cedd5ca82c76f7e14c415a6a7af62a.tar.gz gentoo-003b6e2135cedd5ca82c76f7e14c415a6a7af62a.tar.bz2 gentoo-003b6e2135cedd5ca82c76f7e14c415a6a7af62a.zip |
sys-block/sas2ircu: drop dead prefix targets
The removal was already done, so this is just cleanup afterwards.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/sas2ircu/sas2ircu-20.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-block/sas2ircu/sas2ircu-20.ebuild b/sys-block/sas2ircu/sas2ircu-20.ebuild index adc433347505..4e191d3c257e 100644 --- a/sys-block/sas2ircu/sas2ircu-20.ebuild +++ b/sys-block/sas2ircu/sas2ircu-20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -87,8 +87,7 @@ src_install() { exeinto /opt/lsi/ use amd64 || use x86 && doexe sas2ircu_linux_x86_rel/sas2ircu use ppc64 && doexe sas2ircu_linux_x86_rel/sas2ircu - use x64-solaris || use x86-solaris && doexe sas2ircu_solaris_x86_rel/sas2ircu - use sparc-solaris && doexe sas2ircu_solaris_sparc_rel/sas2ircu + use x64-solaris && doexe sas2ircu_solaris_x86_rel/sas2ircu if use efi; then exeinto /boot/efi/ doexe sas2ircu_efi_ebc_rel/sas2ircu.efi |