commit: 3728339d79bb19e472a1bea5659a094c73253041 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Mon Feb 24 09:23:57 2025 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Mon Feb 24 09:26:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3728339d
net-wireless/broadcom-sta: ebuild style fixes Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> .../broadcom-sta/broadcom-sta-6.30.223.271-r8.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r8.ebuild b/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r8.ebuild index 8c69ef77329a..e8bf4205ee86 100644 --- a/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r8.ebuild +++ b/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r8.ebuild @@ -2,25 +2,27 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 + inherit linux-mod-r1 DESCRIPTION="Broadcom's IEEE 802.11a/b/g/n hybrid Linux device driver" HOMEPAGE="https://www.broadcom.com/support/802.11" SRC_BASE="https://docs.broadcom.com/docs-and-downloads/docs/linux_sta/hybrid-v35" -SRC_URI="x86? ( ${SRC_BASE}-nodebug-pcoem-${PV//\./_}.tar.gz ) +SRC_URI=" + x86? ( ${SRC_BASE}-nodebug-pcoem-${PV//\./_}.tar.gz ) amd64? ( ${SRC_BASE}_64-nodebug-pcoem-${PV//\./_}.tar.gz ) - https://docs.broadcom.com/docs-and-downloads/docs/linux_sta/README_${PV}.txt -> README-${P}.txt" + https://docs.broadcom.com/docs-and-downloads/docs/linux_sta/README_${PV}.txt -> README-${P}.txt +" +S="${WORKDIR}" LICENSE="Broadcom" SLOT="0" + KEYWORDS="-* ~amd64 ~x86" RESTRICT="mirror" DEPEND="virtual/linux-sources" -RDEPEND="" - -S="${WORKDIR}" PATCHES=( "${FILESDIR}/001-null-pointer-fix.patch"
