From 7120d034ea446e9664727992625b871bc1ba1a3e Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 14 Jun 2020 10:25:39 +0200 Subject: sys-block/sas3flash: fix download links and pkg_nofetch output Closes: https://github.com/gentoo/gentoo/pull/16235 Fixes: https://github.com/gentoo/gentoo/pull/13657 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger Signed-off-by: Zac Medico --- sys-block/sas3flash/sas3flash-16.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-block') diff --git a/sys-block/sas3flash/sas3flash-16.ebuild b/sys-block/sas3flash/sas3flash-16.ebuild index 9542c3b99a47..82f0191b6a4a 100644 --- a/sys-block/sas3flash/sas3flash-16.ebuild +++ b/sys-block/sas3flash/sas3flash-16.ebuild @@ -16,7 +16,7 @@ RESTRICT="strip fetch mirror" BDEPEND="app-arch/unzip" QA_PREBUILT="opt/lsi/sas3flash boot/efi/sas3flash.efi" -SRC_URI_BASE="https://docs.broadcom.com/docs-and-downloads/host-bus-adapters/host-bus-adapters-common-files/sas_sata_12g_p${PV}_point_release" +SRC_URI_BASE="https://docs.broadcom.com/docs-and-downloads" SRC_URI_PREFIX="${SRC_URI_BASE}/host-bus-adapters/host-bus-adapters-common-files/sas_sata_12g_p${PV}_point_release" SRC_URI_LINUX="${SRC_URI_PREFIX}/Installer_P${PV}_for_Linux.zip" @@ -24,7 +24,7 @@ SRC_URI_FREEBSD="${SRC_URI_PREFIX}/Installer_P${PV}_for_FreeBSD.zip" SRC_URI_SOLARIS="${SRC_URI_PREFIX}/Installer_P${PV}_for_Solaris.zip" SRC_URI_UEFI="${SRC_URI_PREFIX}/Installer_P${PV}_for_UEFI.zip" -DISTFILE_BINS=( "${SRC_URI_LINUX%%*/}" "${SRC_URI_FREEBSD%%*/}" "${SRC_URI_SOLARIS%%*/}" "${SRC_URI_UEFI%%*/}" ) +DISTFILE_BINS=( "${SRC_URI_LINUX##*/}" "${SRC_URI_FREEBSD##*/}" "${SRC_URI_SOLARIS##*/}" "${SRC_URI_UEFI##*/}" ) DISTFILE_DOC=sas3Flash_quickRefGuide_rev1-0.pdf SRC_URI=" -- cgit v1.2.3-65-gdbad