commit: 44eef67a97605634bc28110b8a089d795e0e3762
Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 24 22:44:05 2019 +0000
Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 00:18:00 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44eef67a
sys-kernel/raspberrypi-image: add raspberrypi-firmware to runtime deps
Suggested-by: Conrad Kostecki <conrad <AT> kostecki.com>
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>
sys-kernel/raspberrypi-image/raspberrypi-image-9999.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sys-kernel/raspberrypi-image/raspberrypi-image-9999.ebuild
b/sys-kernel/raspberrypi-image/raspberrypi-image-9999.ebuild
index 2ed2790951f..6bd6d37a4aa 100644
--- a/sys-kernel/raspberrypi-image/raspberrypi-image-9999.ebuild
+++ b/sys-kernel/raspberrypi-image/raspberrypi-image-9999.ebuild
@@ -11,6 +11,8 @@ LICENSE="GPL-2 raspberrypi-videocore-bin"
SLOT="0"
RESTRICT="binchecks strip"
+RDEPEND="sys-boot/raspberrypi-firmware"
+
if [[ "${PV}" == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/raspberrypi/firmware"