commit: c6af4629bf4d8679ab631d8d48719e0b3e257263 Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org> AuthorDate: Sun Mar 24 21:47:17 2019 +0000 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org> CommitDate: Mon Mar 25 00:17:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6af4629
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 <andrey_utkin <AT> gentoo.org> sys-kernel/raspberrypi-image/raspberrypi-image-9999.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sys-kernel/raspberrypi-image/raspberrypi-image-9999.ebuild b/sys-kernel/raspberrypi-image/raspberrypi-image-9999.ebuild index 21ff9da6347..72557c13f40 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 }