diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 12:24:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-02 14:00:09 +0000 |
commit | ba3ec1e8e92ea424dc9e40147e49b4d96eae4aa1 (patch) | |
tree | ca73a90ce5580092fe5f3ee28372a26a07eefd8c /media-libs | |
parent | media-libs/libtaginfo: fix DEPEND typo (diff) | |
download | gentoo-ba3ec1e8e92ea424dc9e40147e49b4d96eae4aa1.tar.gz gentoo-ba3ec1e8e92ea424dc9e40147e49b4d96eae4aa1.tar.bz2 gentoo-ba3ec1e8e92ea424dc9e40147e49b4d96eae4aa1.zip |
media-libs/raspberrypi-userland-bin: drop useless DEPEND
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1.20201201.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1.20201201.ebuild b/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1.20201201.ebuild index ca662960c5dc..cdba7d110e39 100644 --- a/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1.20201201.ebuild +++ b/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1.20201201.ebuild @@ -15,7 +15,7 @@ KEYWORDS="-* arm" IUSE="+hardfp examples" RDEPEND="!media-libs/raspberrypi-userland" -DEPEND="${DEPEND}" + RESTRICT="binchecks strip" src_install() { @@ -28,7 +28,7 @@ src_install() { dobin bin/* insopts -m 0755 - insinto "/opt/vc/lib" + insinto /opt/vc/lib doins -r lib/* doenvd "${FILESDIR}"/04${PN} |