From c6af4629bf4d8679ab631d8d48719e0b3e257263 Mon Sep 17 00:00:00 2001 From: Andrey Utkin Date: Sun, 24 Mar 2019 21:47:17 +0000 Subject: sys-kernel/raspberrypi-image: stop generating readme The message is exactly the same as in sys-boot/raspberrypi-firmware. Users of this package are expected to use the firmware package, too, hence they will see that message. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin --- sys-kernel/raspberrypi-image/raspberrypi-image-9999.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys-kernel/raspberrypi-image') diff --git a/sys-kernel/raspberrypi-image/raspberrypi-image-9999.ebuild b/sys-kernel/raspberrypi-image/raspberrypi-image-9999.ebuild index 21ff9da6347f..72557c13f405 100644 --- a/sys-kernel/raspberrypi-image/raspberrypi-image-9999.ebuild +++ b/sys-kernel/raspberrypi-image/raspberrypi-image-9999.ebuild @@ -3,14 +3,13 @@ EAPI=5 -inherit git-r3 mount-boot readme.gentoo-r1 +inherit git-r3 mount-boot DESCRIPTION="Raspberry Pi (all versions) kernel and modules" HOMEPAGE="https://github.com/raspberrypi/firmware" LICENSE="GPL-2 raspberrypi-videocore-bin" SLOT="0" EGIT_REPO_URI="https://github.com/raspberrypi/firmware" -DOC_CONTENTS="Please configure your ram setup by editing /boot/config.txt" RESTRICT="binchecks strip" src_install() { @@ -19,6 +18,4 @@ src_install() { insinto /boot newins boot/kernel.img kernel.img newins boot/kernel7.img kernel7.img - - readme.gentoo_create_doc } -- cgit v1.2.3-65-gdbad