From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0777C139337 for ; Tue, 27 Jul 2021 04:25:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46A5DE08CD; Tue, 27 Jul 2021 04:25:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28DE2E08CD for ; Tue, 27 Jul 2021 04:25:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E630342A89 for ; Tue, 27 Jul 2021 04:25:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA8177AF for ; Tue, 27 Jul 2021 04:25:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1627357530.b3a5a6eb179350acce34c48be0656d99e321ffb6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/b43-fwcutter/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/b43-fwcutter/b43-fwcutter-019.ebuild X-VCS-Directories: net-wireless/b43-fwcutter/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b3a5a6eb179350acce34c48be0656d99e321ffb6 X-VCS-Branch: master Date: Tue, 27 Jul 2021 04:25:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1c9695a8-42fc-4952-8dd9-1d04cb0655c4 X-Archives-Hash: 853faf012b45e0ee8617693b4d66edd2 commit: b3a5a6eb179350acce34c48be0656d99e321ffb6 Author: Sam James gentoo org> AuthorDate: Tue Jul 27 03:45:30 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jul 27 03:45:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3a5a6eb net-wireless/b43-fwcutter: update EAPI 5 -> 7 Signed-off-by: Sam James gentoo.org> net-wireless/b43-fwcutter/b43-fwcutter-019.ebuild | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/net-wireless/b43-fwcutter/b43-fwcutter-019.ebuild b/net-wireless/b43-fwcutter/b43-fwcutter-019.ebuild index d59bae46a8f..6c2f27dd0aa 100644 --- a/net-wireless/b43-fwcutter/b43-fwcutter-019.ebuild +++ b/net-wireless/b43-fwcutter/b43-fwcutter-019.ebuild @@ -1,23 +1,20 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit toolchain-funcs -DESCRIPTION="Firmware Tool for Broadcom 43xx based wireless network devices -using the mac80211 wireless stack" +DESCRIPTION="Firmware tool for Broadcom 43xx-based wireless devices using mac80211" HOMEPAGE="https://bues.ch/b43/fwcutter/" SRC_URI="https://bues.ch/b43/fwcutter/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86" -IUSE="" src_compile() { - MAKEOPTS+=" V=1" - emake CC="$(tc-getCC)" + emake CC="$(tc-getCC)" V=1 } src_install() { @@ -28,8 +25,6 @@ src_install() { } pkg_postinst() { - echo einfo "Firmware may be downloaded from http://linuxwireless.org." einfo "This version of fwcutter works with all b43 driver versions." - echo }