From: Andrey Utkin Date: Mon, 29 Jul 2019 19:31:51 +0000 (+0100) Subject: media-libs/raspberrypi-userland-bin: drop src_prepare definition X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0596cce988a0b43efd64ae4c7e82f56c5c1de37b;p=gentoo.git media-libs/raspberrypi-userland-bin: drop src_prepare definition 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 --- diff --git a/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1.20190709.ebuild b/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1.20190709.ebuild index 8bd52f287995..194681ade14f 100644 --- a/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1.20190709.ebuild +++ b/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1.20190709.ebuild @@ -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