commit: 324777439a89924916dd599757fad105686b0979 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org> AuthorDate: Fri Sep 12 01:34:14 2025 +0000 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org> CommitDate: Fri Sep 12 01:34:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32477743
sys-firmware/b43legacy-firmware: update EAPI 7 -> 8 Closes: https://bugs.gentoo.org/824566 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org> .../b43legacy-firmware/b43legacy-firmware-3.130.20.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-firmware/b43legacy-firmware/b43legacy-firmware-3.130.20.0.ebuild b/sys-firmware/b43legacy-firmware/b43legacy-firmware-3.130.20.0.ebuild index bd6e809ba086..4d0da051a668 100644 --- a/sys-firmware/b43legacy-firmware/b43legacy-firmware-3.130.20.0.ebuild +++ b/sys-firmware/b43legacy-firmware/b43legacy-firmware-3.130.20.0.ebuild @@ -1,10 +1,10 @@ -# 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 DESCRIPTION="broadcom firmware for b43legacy/bcm43xx" -HOMEPAGE="http://linuxwireless.org/en/users/Drivers/b43" +HOMEPAGE="https://wireless.docs.kernel.org/en/latest/en/users/drivers/b43.html" SRC_URI="http://downloads.openwrt.org/sources/wl_apsta-${PV}.o" S="${WORKDIR}"
