media-libs/raspberrypi-userland-bin: drop inherit vcs-snapshot
authorAndrey Utkin <andrey_utkin@gentoo.org>
Mon, 29 Jul 2019 17:36:52 +0000 (18:36 +0100)
committerAndrey Utkin <andrey_utkin@gentoo.org>
Mon, 29 Jul 2019 21:00:18 +0000 (22:00 +0100)
Github-hosted files don't need it.

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1.20190709.ebuild

index 194681ade14f792fcb15b43a5c3b457a894a0e2c..88cc1e305527f8c6e138089355e8386fa85de19e 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-inherit multilib vcs-snapshot
+inherit multilib
 
 DESCRIPTION="Raspberry Pi userspace tools and libraries"
 HOMEPAGE="https://github.com/raspberrypi/firmware"
@@ -18,7 +18,7 @@ IUSE="+hardfp examples"
 RDEPEND="!media-libs/raspberrypi-userland"
 DEPEND="${DEPEND}"
 
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}/firmware-${PV}"
 
 RESTRICT="binchecks"