Gentoo Archives: gentoo-commits

From: Andrey Utkin <andrey_utkin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/raspberrypi-userland-bin/
Date: Mon, 29 Jul 2019 21:01:15
Message-Id: 1564434018.224f614a79ca7db6790ff32b98a25626e8108880.andrey_utkin@gentoo
1 commit: 224f614a79ca7db6790ff32b98a25626e8108880
2 Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 29 17:36:52 2019 +0000
4 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 29 21:00:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224f614a
7
8 media-libs/raspberrypi-userland-bin: drop inherit vcs-snapshot
9
10 Github-hosted files don't need it.
11
12 Package-Manager: Portage-2.3.66, Repoman-2.3.16
13 Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>
14
15 .../raspberrypi-userland-bin-1.20190709.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 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
19 index 194681ade14..88cc1e30552 100644
20 --- a/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1.20190709.ebuild
21 +++ b/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1.20190709.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=5
25
26 -inherit multilib vcs-snapshot
27 +inherit multilib
28
29 DESCRIPTION="Raspberry Pi userspace tools and libraries"
30 HOMEPAGE="https://github.com/raspberrypi/firmware"
31 @@ -18,7 +18,7 @@ IUSE="+hardfp examples"
32 RDEPEND="!media-libs/raspberrypi-userland"
33 DEPEND="${DEPEND}"
34
35 -S=${WORKDIR}/${MY_P}
36 +S="${WORKDIR}/firmware-${PV}"
37
38 RESTRICT="binchecks"