summaryrefslogtreecommitdiff
path: root/sys-block/sas3flash/sas3flash-16.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-29 21:18:33 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-29 21:18:33 +0100
commit63a4617476a3b084928b38d816b9ed6e196d62f5 (patch)
treef1c7e30e8c9b33d9f7e7b0a2e3dbd1d1121358c4 /sys-block/sas3flash/sas3flash-16.ebuild
parent662f71ae67cd775d7fbb79b5091676c0e07a992b (diff)
gentoo auto-resync : 29:05:2023 - 21:18:33
Diffstat (limited to 'sys-block/sas3flash/sas3flash-16.ebuild')
-rw-r--r--sys-block/sas3flash/sas3flash-16.ebuild9
1 files changed, 2 insertions, 7 deletions
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