diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-06-14 10:25:39 +0200 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2020-06-14 11:36:48 -0700 |
commit | 7120d034ea446e9664727992625b871bc1ba1a3e (patch) | |
tree | 606054d11d5ae1667eede4cff66ed0480e7bd14d /sys-block/sas3flash | |
parent | media-gfx/pngquant: tests require to be built with lcms support (diff) | |
download | gentoo-7120d034ea446e9664727992625b871bc1ba1a3e.tar.gz gentoo-7120d034ea446e9664727992625b871bc1ba1a3e.tar.bz2 gentoo-7120d034ea446e9664727992625b871bc1ba1a3e.zip |
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 <m.mairkeimberger@gmail.com>
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'sys-block/sas3flash')
-rw-r--r-- | sys-block/sas3flash/sas3flash-16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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=" |