commit:     edcc06dc2f246bbf31b8abcdc2465a1980e6766a
Author:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 24 21:41:00 2019 +0000
Commit:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 00:17:58 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edcc06dc

sys-kernel/raspberrypi-image: drop empty src_{configure,compile}

Portage doesn't do anything in these phases by default if there is no
file to run. No need to have explicit empty functions.

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 | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sys-kernel/raspberrypi-image/raspberrypi-image-9999.ebuild 
b/sys-kernel/raspberrypi-image/raspberrypi-image-9999.ebuild
index a18735fa66e..c747c307216 100644
--- a/sys-kernel/raspberrypi-image/raspberrypi-image-9999.ebuild
+++ b/sys-kernel/raspberrypi-image/raspberrypi-image-9999.ebuild
@@ -19,10 +19,6 @@ DOC_CONTENTS="Please configure your ram setup by editing 
/boot/config.txt"
 
 RESTRICT="binchecks strip"
 
-src_configure() { :; }
-
-src_compile() { :; }
-
 src_install() {
        insinto /lib/modules
        doins -r modules/*

Reply via email to