mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
sys-firmware/b43-firmware: update EAPI 7 -> 8
Closes: https://bugs.gentoo.org/541080 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
This commit is contained in:
@@ -749,12 +749,6 @@ media-plugins/kodi-game-libretro-dosbox
|
||||
# upstream.
|
||||
>=app-text/jabref-bin-4.0
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2017-05-22)
|
||||
# for Maciej S. Szmigiero <mail@maciej.szmigiero.name>
|
||||
# Any version above 5.100.138 breaks b43 driver in various ways.
|
||||
# Also, b43 wiki page says to use 5.100.138. Bug #541080.
|
||||
>=sys-firmware/b43-firmware-6.30.163.46
|
||||
|
||||
# Andreas K. Hüttel <dilfridge@gentoo.org> (2017-05-21)
|
||||
# (and others, updated later)
|
||||
# These old versions of toolchain packages (binutils, gcc, glibc) are no
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
MY_P="broadcom-wl-${PV}"
|
||||
|
||||
DESCRIPTION="broadcom firmware for b43 LP PHY and >=linux-3.2"
|
||||
HOMEPAGE="http://linuxwireless.org/en/users/Drivers/b43"
|
||||
HOMEPAGE="https://wireless.docs.kernel.org/en/latest/en/users/drivers/b43.html"
|
||||
SRC_URI="http://www.lwfinger.com/b43-firmware/${MY_P}.tar.bz2"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
|
||||
@@ -1,21 +1,20 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
MY_P="broadcom-wl-${PV}"
|
||||
|
||||
DESCRIPTION="broadcom firmware for b43 LP PHY and >=linux-3.2"
|
||||
HOMEPAGE="http://linuxwireless.org/en/users/Drivers/b43"
|
||||
HOMEPAGE="https://wireless.docs.kernel.org/en/latest/en/users/drivers/b43.html"
|
||||
SRC_URI="http://www.lwfinger.com/b43-firmware/${MY_P}.tar.bz2"
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="Broadcom"
|
||||
SLOT="b43"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
RESTRICT="binchecks bindist strip"
|
||||
|
||||
BDEPEND=">=net-wireless/b43-fwcutter-015"
|
||||
BDEPEND=">=net-wireless/b43-fwcutter-018"
|
||||
|
||||
src_compile() {
|
||||
mkdir ebuild-output || die
|
||||
@@ -25,4 +24,7 @@ src_compile() {
|
||||
src_install() {
|
||||
insinto /lib/firmware
|
||||
doins -r ebuild-output/.
|
||||
ewarn "This version of the firmware has been reported as buggy, that's why it has no keywords."
|
||||
ewarn "No one can fix bugs in this binary firmware except broadcom, do not open bugs about instability"
|
||||
ewarn "See https://bugs.gentoo.org/541080 for some details"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user