diff options
author | Andrey Utkin <andrey_utkin@gentoo.org> | 2019-03-22 23:08:58 +0000 |
---|---|---|
committer | Andrey Utkin <andrey_utkin@gentoo.org> | 2019-03-24 19:17:41 +0000 |
commit | e98fe1e65521520ff7534f57fcd7627f16b35799 (patch) | |
tree | d1d028d09b7e6838fb649e75fe924ef42eeed169 /sys-boot/raspberrypi-firmware | |
parent | sys-boot/raspberrypi-firmware: drop useless blocker (diff) | |
download | gentoo-e98fe1e65521520ff7534f57fcd7627f16b35799.tar.gz gentoo-e98fe1e65521520ff7534f57fcd7627f16b35799.tar.bz2 gentoo-e98fe1e65521520ff7534f57fcd7627f16b35799.zip |
sys-boot/raspberrypi-firmware: inherit mount-boot
This package installs files directly into /boot which is meant to be on
a separate partition.
Suggested-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
Diffstat (limited to 'sys-boot/raspberrypi-firmware')
-rw-r--r-- | sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild index 0829ce635be3..35b6057e8592 100644 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild +++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit git-r3 readme.gentoo +inherit git-r3 mount-boot readme.gentoo DESCRIPTION="Raspberry PI boot loader and firmware" HOMEPAGE="https://github.com/raspberrypi/firmware" |