summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1.20190709.ebuild4
1 files changed, 2 insertions, 2 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 194681ade14f..88cc1e305527 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
@@ -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"