commit:     0596cce988a0b43efd64ae4c7e82f56c5c1de37b
Author:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 29 19:31:51 2019 +0000
Commit:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Mon Jul 29 21:00:14 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0596cce9

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 <andrey_utkin <AT> gentoo.org>

 .../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 8bd52f28799..194681ade14 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
 

Reply via email to