sys-kernel/raspberrypi-image: drop empty src_{configure,compile}
authorAndrey Utkin <andrey_utkin@gentoo.org>
Sun, 24 Mar 2019 21:41:00 +0000 (21:41 +0000)
committerAndrey Utkin <andrey_utkin@gentoo.org>
Mon, 25 Mar 2019 00:17:58 +0000 (00:17 +0000)
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@gentoo.org>
sys-kernel/raspberrypi-image/raspberrypi-image-9999.ebuild

index a18735fa66e385cb07e789b08b5ec720578880e2..c747c3072162e90fc3a9e77de12474c3892b6d54 100644 (file)
@@ -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/*