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>
RESTRICT="binchecks"
-src_prepare() {
- rm {,hardfp/}opt/vc/LICENCE || die
-}
-
src_install() {
cd $(usex hardfp hardfp/ "")opt/vc || die