From 0596cce988a0b43efd64ae4c7e82f56c5c1de37b Mon Sep 17 00:00:00 2001 From: Andrey Utkin Date: Mon, 29 Jul 2019 20:31:51 +0100 Subject: [PATCH] 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 --- .../raspberrypi-userland-bin-1.20190709.ebuild | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.26.2