summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Utkin <andrey_utkin@gentoo.org>2019-07-29 20:31:51 +0100
committerAndrey Utkin <andrey_utkin@gentoo.org>2019-07-29 22:00:14 +0100
commit0596cce988a0b43efd64ae4c7e82f56c5c1de37b (patch)
tree40c1471f93a08272e9d45b55c9995a6fc6153247
parentmedia-libs/raspberrypi-userland-bin: don't look for sbin/ (diff)
downloadgentoo-0596cce988a0b43efd64ae4c7e82f56c5c1de37b.tar.gz
gentoo-0596cce988a0b43efd64ae4c7e82f56c5c1de37b.tar.bz2
gentoo-0596cce988a0b43efd64ae4c7e82f56c5c1de37b.zip
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@gentoo.org>
-rw-r--r--media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1.20190709.ebuild4
1 files changed, 0 insertions, 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