diff options
author | Sam James <sam@gentoo.org> | 2023-05-27 17:58:36 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-29 19:19:10 +0100 |
commit | 3362c0cabba8c635c94df689fa95bed1d578e252 (patch) | |
tree | 88a3fb863f6568466401334271adecc9cdbb1d7a /sys-block | |
parent | sys-block/sas2ircu: drop dead prefix targets (diff) | |
download | gentoo-3362c0cabba8c635c94df689fa95bed1d578e252.tar.gz gentoo-3362c0cabba8c635c94df689fa95bed1d578e252.tar.bz2 gentoo-3362c0cabba8c635c94df689fa95bed1d578e252.zip |
sys-block/sas3flash: 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/sas3flash/sas3flash-15-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-block/sas3flash/sas3flash-16.ebuild | 9 |
2 files changed, 4 insertions, 11 deletions
diff --git a/sys-block/sas3flash/sas3flash-15-r1.ebuild b/sys-block/sas3flash/sas3flash-15-r1.ebuild index c0cabf7cbe2c..6ea3f68cb1f4 100644 --- a/sys-block/sas3flash/sas3flash-15-r1.ebuild +++ b/sys-block/sas3flash/sas3flash-15-r1.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=7 @@ -71,10 +71,8 @@ src_install() { doexe sas3flash_rel/sas3flash/sas3flash_linux_arm_rel/sas3flash elif use ppc64; then doexe sas3flash_rel/sas3flash/sas3flash_linux_ppc64_rel/sas3flash - elif use x64-solaris || use x86-solaris; then + elif use x64-solaris; then doexe sas3flash_rel/sas3flash/sas3flash_solaris_x86_rel/sas3flash - elif use sparc-solaris; then - doexe sas3flash_rel/sas3flash/sas3flash_solaris_sparc_rel/sas3flash fi if use efi; then diff --git a/sys-block/sas3flash/sas3flash-16.ebuild b/sys-block/sas3flash/sas3flash-16.ebuild index 129e2db144eb..b1179691af24 100644 --- a/sys-block/sas3flash/sas3flash-16.ebuild +++ b/sys-block/sas3flash/sas3flash-16.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=7 @@ -31,8 +31,6 @@ SRC_URI=" x86? ( ${SRC_URI_LINUX} ) ppc64? ( ${SRC_URI_LINUX} ) x64-solaris? ( ${SRC_URI_SOLARIS} ) - x86-solaris? ( ${SRC_URI_SOLARIS} ) - sparc-solaris? ( ${SRC_URI_SOLARIS} ) efi? ( ${SRC_URI_UEFI} ) doc? ( "${SRC_URI_BASE}/oracle/files/${DISTFILE_DOC}" )" @@ -79,12 +77,9 @@ src_install() { elif use ppc64; then doexe Installer_P16_for_Linux/sas3flash_linux_ppc64_rel/sas3flash DOCS+=( Installer_P"${PV}"_for_Linux/README_Installer_P"${PV}"_Linux.txt ) - elif use x64-solaris || use x86-solaris; then + elif use x64-solaris; then doexe Installer_P16_for_Solaris/sas3flash_solaris_x86_rel/sas3flash DOCS+=( Installer_P"${PV}"_for_Solaris/README_Installer_P"${PV}"_Solaris.txt ) - elif use sparc-solaris; then - doexe Installer_P16_for_Solaris/sas3flash_solaris_sparc_rel/sas3flash - DOCS+=( Installer_P"${PV}"_for_Solaris/README_Installer_P"${PV}"_Solaris.txt ) fi if use efi; then |