summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Utkin <andrey_utkin@gentoo.org>2019-07-29 18:36:52 +0100
committerAndrey Utkin <andrey_utkin@gentoo.org>2019-07-29 22:00:18 +0100
commit224f614a79ca7db6790ff32b98a25626e8108880 (patch)
tree5b8c95d25b16297441342d80dae277c007397d27 /media-libs
parentmedia-libs/raspberrypi-userland-bin: drop src_prepare definition (diff)
downloadgentoo-224f614a79ca7db6790ff32b98a25626e8108880.tar.gz
gentoo-224f614a79ca7db6790ff32b98a25626e8108880.tar.bz2
gentoo-224f614a79ca7db6790ff32b98a25626e8108880.zip
media-libs/raspberrypi-userland-bin: drop inherit vcs-snapshot
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>
Diffstat (limited to 'media-libs')
-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"