media-libs/raspberrypi-userland-bin: drop src_prepare definition
authorAndrey Utkin <andrey_utkin@gentoo.org>
Mon, 29 Jul 2019 19:31:51 +0000 (20:31 +0100)
committerAndrey Utkin <andrey_utkin@gentoo.org>
Mon, 29 Jul 2019 21:00:14 +0000 (22:00 +0100)
All it does is removing LICENSE file, which is not installed anyway.

EAPI=7 mandates a call to eapply_user in src_prepare, which was missing.
So rather than maintaining an explicit phase function, it is dropped so
that the default implementation takes care of this.

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1.20190709.ebuild

index 8bd52f287995f2c8b3d341e830c73b4d7dba383f..194681ade14f792fcb15b43a5c3b457a894a0e2c 100644 (file)
@@ -22,10 +22,6 @@ S=${WORKDIR}/${MY_P}
 
 RESTRICT="binchecks"
 
-src_prepare() {
-       rm {,hardfp/}opt/vc/LICENCE || die
-}
-
 src_install() {
        cd $(usex hardfp hardfp/ "")opt/vc || die