diff options
author | Sam James <sam@gentoo.org> | 2024-07-21 01:32:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-21 01:32:04 +0100 |
commit | e3432f6657b3e9150803d3659792c19bb8a28cd8 (patch) | |
tree | ce17a4115e6253571f2f3068d6418e4e1a73d4c7 /sys-firmware/broadcom-bt-firmware | |
parent | net-misc/netifrc: crank copyright (diff) | |
download | gentoo-e3432f6657b3e9150803d3659792c19bb8a28cd8.tar.gz gentoo-e3432f6657b3e9150803d3659792c19bb8a28cd8.tar.bz2 gentoo-e3432f6657b3e9150803d3659792c19bb8a28cd8.zip |
sys-firmware/broadcom-bt-firmware: Stabilize 12.0.1.1105_p4-r1 x86, #935859
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-firmware/broadcom-bt-firmware')
-rw-r--r-- | sys-firmware/broadcom-bt-firmware/broadcom-bt-firmware-12.0.1.1105_p4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-firmware/broadcom-bt-firmware/broadcom-bt-firmware-12.0.1.1105_p4-r1.ebuild b/sys-firmware/broadcom-bt-firmware/broadcom-bt-firmware-12.0.1.1105_p4-r1.ebuild index ad2af756d59c..93946edbbc86 100644 --- a/sys-firmware/broadcom-bt-firmware/broadcom-bt-firmware-12.0.1.1105_p4-r1.ebuild +++ b/sys-firmware/broadcom-bt-firmware/broadcom-bt-firmware-12.0.1.1105_p4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/winterheart/${PN}/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="broadcom_bcm20702 MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 x86" # Re-use compress-* USE flags from sys-kernel/linux-firmware. IUSE="compress-xz compress-zstd" REQUIRED_USE="?? ( compress-xz compress-zstd )" |