diff options
author | Dennis Lamm <expeditioneer@gentoo.org> | 2022-10-26 08:58:12 +0200 |
---|---|---|
committer | Dennis Lamm <expeditioneer@gentoo.org> | 2022-10-26 09:24:43 +0200 |
commit | 7406336f72ac5d1d1ef46b9e2601e54350be30ed (patch) | |
tree | 856e489ca3e80338d3af8727749c30bdbffb5717 /sys-firmware | |
parent | net-misc/spice-gtk: Stabilize 0.41 arm64, #878331 (diff) | |
download | gentoo-7406336f72ac5d1d1ef46b9e2601e54350be30ed.tar.gz gentoo-7406336f72ac5d1d1ef46b9e2601e54350be30ed.tar.bz2 gentoo-7406336f72ac5d1d1ef46b9e2601e54350be30ed.zip |
sys-firmware/raspberrypi-wifi-ucode: fixed dodoc
removed installation of no longer provided LICENSE file
Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/27955
Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
Diffstat (limited to 'sys-firmware')
-rw-r--r-- | sys-firmware/raspberrypi-wifi-ucode/raspberrypi-wifi-ucode-20210315.3_p7-r1.ebuild (renamed from sys-firmware/raspberrypi-wifi-ucode/raspberrypi-wifi-ucode-20210315.3_p7.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-firmware/raspberrypi-wifi-ucode/raspberrypi-wifi-ucode-20210315.3_p7.ebuild b/sys-firmware/raspberrypi-wifi-ucode/raspberrypi-wifi-ucode-20210315.3_p7-r1.ebuild index ce8516611329..d6723724a318 100644 --- a/sys-firmware/raspberrypi-wifi-ucode/raspberrypi-wifi-ucode-20210315.3_p7.ebuild +++ b/sys-firmware/raspberrypi-wifi-ucode/raspberrypi-wifi-ucode-20210315.3_p7-r1.ebuild @@ -65,5 +65,5 @@ src_install() { insinto /lib/firmware/cypress doins debian/config/brcm80211/cypress/* - dodoc debian/config/brcm80211/LICENSE debian/changelog + dodoc debian/changelog } |